blob: 7cdac4299dded826d13e5dd800f150bcc7a68dc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"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"
},
"devDependencies": {
"electron-packager": "^15.5.1"
}
}
|