chessnt/package.json

29 lines
708 B
JSON

{
"name": "chessnt",
"version": "1.0.0",
"description": "[view it here](https://squiresgrant.github.io/chessnt/)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/squiresgrant/chessnt.git"
},
"author": "grant squires",
"license": "ISC",
"bugs": {
"url": "https://github.com/squiresgrant/chessnt/issues"
},
"homepage": "https://github.com/squiresgrant/chessnt#readme",
"dependencies": {
"electron": "^18.2.0",
"exec": "^0.2.1",
"nexe": "^4.0.0-beta.19"
},
"devDependencies": {
"electron-packager": "^15.5.1"
}
}