-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 932 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": "foxpix",
"version": "0.0.1",
"description": "Intentionally insecure image listing site",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.13",
"@types/flake-idgen": "^0.1.31",
"@types/node": "^16.10.3",
"@types/pg": "^8.6.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"typescript": "^4.4.3"
},
"dependencies": {
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"flake-idgen": "^1.4.0",
"pg": "^8.7.1",
"postgres-migrations": "^5.3.0",
"source-map-support": "^0.5.20"
}
}