Files
typegame/package.json
2022-03-05 15:35:54 +01:00

17 lines
345 B
JSON

{
"name": "typegame",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start_cypress": "cypress open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zev Averbach",
"license": "MIT",
"devDependencies": {
"cypress": "^9.5.0",
"eslint-plugin-cypress": "^2.12.1"
}
}