-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 852 Bytes
/
package.json
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
30
31
32
33
34
35
{
"name": "node_filesaver",
"version": "1.0.0",
"main": "./build/lib/node_filesaver.node",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"install": "cmake-js --CDWARNINGS_AS_ERRORS=OFF compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yamadapc/filesaver.git"
},
"author": "Pedro Tacla Yamada",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamadapc/filesaver/issues"
},
"homepage": "https://github.com/yamadapc/filesaver#readme",
"devDependencies": {
"@types/node": "^14.0.27",
"@types/tmp": "^0.2.0",
"cmake-js": "^6.1.0",
"prettier": "^2.0.5",
"tmp": "^0.2.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"nan": "^2.14.1"
}
}