-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "pastie_express",
"version": "0.1.0",
"description": "Pastie",
"main": "app.js",
"scripts": {
"start": "node app.js",
"build_now": "node ./build.js",
"watch": "node ./bin/watch.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yyyc514/pastie_express.git"
},
"keywords": [
"pastes",
"snippets"
],
"author": "Josh Goebel",
"license": "MIT",
"bugs": {
"url": "https://github.com/yyyc514/pastie_express/issues"
},
"homepage": "https://github.com/yyyc514/pastie_express#readme",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-request-id": "^1.4.1",
"express-static-gzip": "^2.0.6",
"knex": "^0.21.0",
"morgan": "^1.10.0",
"objection": "^2.1.3",
"pg": "^8.0.3",
"pug": "^3.0.2",
"rollup": "^2.7.2",
"rollup-plugin-commonjs": "^10.1.0",
"staticify": "^5.0.0",
"uuid": "^8.3.2",
"uuid-base62": "^0.1.0"
},
"devDependencies": {
"nodemon": "^2.0.14",
"sqlite3": "https://github.com/mapbox/node-sqlite3#918052b538b0effe6c4a44c74a16b2749c08a0d2"
}
}