17 lines
345 B
JSON
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"
|
|
}
|
|
}
|