-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
38
{
"name": "apolloapi-v2",
"version": "2.0.6",
"main": "index.js",
"repository": "https://github.com/jstefanop/apolloapi-v2.git",
"author": "FutureBit LLC",
"license": "CC-BY-NC-ND-4.0",
"bin": "src/init.js",
"engines": {
"node": ">= 8.x"
},
"scripts": {
"dev": "./node_modules/nodemon/bin/nodemon.js src/init.js | ./node_modules/.bin/bunyan",
"build": "pkg . --targets node8-linux-armv7 --no-bytecode",
"run-container": "docker run --rm -it -v \"$(pwd)\":/hostdir --entrypoint=/bin/bash orange"
},
"dependencies": {
"axios": "^1.7.2",
"backend-helpers": "^0.5.0",
"backend-store": "^0.7.0",
"bcryptjs": "^2.4.3",
"bitcoin": "^3.0.3",
"config": "^3.3.11",
"cors": "^2.8.5",
"diskusage": "^1.2.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"generate-password": "^1.7.1",
"knex": "^3.1.0",
"luxon": "^3.4.4",
"normalize-object": "^2.0.6",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"nodemon": "^3.1.3",
"pkg": "^5.8.1"
}
}