-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.54 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.54 KB
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
{
"name": "absolute-api",
"version": "1.0.0",
"description": "",
"main": "./bin/start.js",
"bin": {
"absolute-api": "start.js"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.65",
"agenda": "^4.2.1",
"ajv": "^8.6.3",
"amqplib": "^0.8.0",
"express": "^4.17.1",
"fastify": "^3.21.1",
"fastify-cookie": "^5.3.1",
"fastify-session": "^5.2.1",
"mongoose": "^5.13.9",
"node-fetch": "^2.6.2",
"pino": "^6.13.3",
"pino-pretty": "^4.8.0"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"jest": "^26.6.3",
"nodemon": "^2.0.12"
},
"scripts": {
"dev-nodemon": "./node_modules/.bin/nodemon --legacy-watch --exec 'NODE_ENV=development node --inspect=0.0.0.0:9229 ./bin/start.js'",
"dev-nodemon-win": ".\\node_modules\\.bin\\nodemon --legacy-watch .\\bin\\start.js'",
"test": "jest",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/vidra-io/customers-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vidra-io/customers-api/issues"
},
"homepage": "https://github.com/vidra-io/customers-api#readme"
}