-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 873 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
28
29
30
31
32
33
34
35
{
"name": "lastick",
"version": "1.0.0",
"description": "Last minute tickets api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/nodemon/bin/nodemon.js ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svenhoutmeyers/lastick.git"
},
"keywords": [
"ticketing"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/svenhoutmeyers/lastick/issues"
},
"homepage": "https://github.com/svenhoutmeyers/lastick#readme",
"dependencies": {
"boom": "^7.3.0",
"fastify": "^2.7.1",
"fastify-jwt": "^1.0.0",
"fastify-swagger": "^2.4.0",
"fs": "0.0.1-security",
"http-errors": "^1.7.3",
"mongoose": "^5.6.9",
"nodemon": "^1.19.1",
"path": "^0.12.7",
"request": "^2.88.0"
}
}