-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 731 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 731 Bytes
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
27
28
29
{
"name": "project",
"version": "1.0.0",
"description": "Final year dissertation project",
"main": "index.js",
"scripts": {
"start": "electron src/index.js",
"install": "cmake-js compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConnorJWalker/Project.git"
},
"author": "Connor J Walker",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConnorJWalker/Project/issues"
},
"homepage": "https://github.com/ConnorJWalker/Project#readme",
"devDependencies": {
"electron": "^12.0.1"
},
"dependencies": {
"bindings": "^1.5.0",
"cmake-js": "^6.1.0",
"node-addon-api": "^3.1.0"
}
}