-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.2 KB
/
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
36
37
{
"name": "r2northstar-updater",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "mocha --require ts-node/register --require test/hooks.ts test/*.test.ts",
"buildexe": "export NODE_ENV=production && npm ci && tsc -p tsconfig.prod.json && npx pkg dist/index.js --targets win && mv index.exe launcher.exe && echo 'launcher.exe created!' && export NODE_ENV=development && npm i"
},
"author": "Adam Fowler",
"license": "MIT",
"dependencies": {
"axios": "^0.27.0",
"unzip-stream": "^0.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.27"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"mocha": "^10.0.0",
"sinon": "^14.0.0",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamtheadmin/R2Northstar-Updater.git"
},
"bugs": {
"url": "https://github.com/adamtheadmin/R2Northstar-Updater/issues"
},
"homepage": "https://github.com/adamtheadmin/R2Northstar-Updater#readme",
"description": ""
}