-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
27 lines (27 loc) · 912 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
{
"name": "extract-data",
"version": "1.8.0",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"bump": "node releng/bump.js",
"make": "node releng/set-release.js; powershell -NoProfile -ExecutionPolicy Unrestricted -Command releng/make.ps1 release-unsigned; node releng/set-debug.js;",
"debug": "node releng/set-debug.js; powershell -NoProfile -ExecutionPolicy Unrestricted -Command releng/make.ps1 debug",
"test": "powershell -NoProfile -ExecutionPolicy Unrestricted -Command releng/tests.ps1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pdulvp/extract-data.git"
},
"author": "[email protected]",
"license": "CC-BY-NC-ND-4.0",
"bugs": {
"url": "https://github.com/pdulvp/extract-data/issues"
},
"homepage": "https://github.com/pdulvp/extract-data#readme",
"dependencies": {
"@pdulvp/fsh": "^1.1.2"
}
}