mancala/package.json

16 lines
308 B
JSON
Raw Normal View History

2022-04-27 21:43:54 +03:00
{
"name": "mancala.js",
"version": "0.0.1",
2022-04-27 21:57:35 +03:00
"description": "Mancala game library",
2022-04-27 21:43:54 +03:00
"main": "index.js",
"scripts": {
2022-04-27 21:57:35 +03:00
"dev" : "yarn tsc -w",
2022-04-27 21:43:54 +03:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2022-04-27 21:57:35 +03:00
"license": "ISC",
"devDependencies": {
"typescript": "^4.6.3"
}
2022-04-27 21:43:54 +03:00
}