-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.93 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "nh5050-backend",
"version": "0.5.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@types/sequelize": "^4.28.8",
"aws-sdk": "^2.645.0",
"bcrypt": "^4.0.1",
"bignumber": "^1.1.0",
"bignumber.js": "^9.0.0",
"config": "^3.3.0",
"connect-session-sequelize": "^6.1.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.0",
"handlebars": "^4.7.3",
"inquirer": "^7.1.0",
"joi": "^14.3.1",
"json2csv": "^5.0.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.4.6",
"passport": "^0.4.1",
"peerplaysjs-lib": "peerplays-network/peerplaysjs-lib#5050-beatrice-merge",
"pg": "^7.18.2",
"pg-hstore": "^2.3.3",
"randomstring": "^1.1.5",
"request": "^2.88.2",
"sequelize": "^5.21.5",
"stripe": "^8.36.0",
"swagger-jsdoc": "^3.5.0",
"swagger-ui-express": "^4.1.3",
"tldjs": "^2.3.1",
"wallet-address-validator": "^0.2.4"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"nodemon": "^2.0.2",
"sequelize-cli": "^5.5.1"
},
"scripts": {
"sonar": "node scripts/sonar.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src -d dist --copy-files",
"start": "nodemon src/index.js --exec ./node_modules/.bin/babel-node",
"sequelize": "./node_modules/.bin/sequelize",
"db-migrate-all": "sequelize db:migrate",
"db-migrate-undo": "sequelize db:migrate:undo",
"db-migrate-undo-all": "sequelize db:migrate:undo:all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pbsa/nh5050-backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pbsa/nh5050-backend/issues"
},
"homepage": "https://github.com/pbsa/nh5050-backend#readme"
}