-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "awcy",
"version": "1.0.0",
"description": "Are We Compressed Yet?",
"main": "awcy_server.js",
"scripts": {
"generate_list": "./node_modules/.bin/tsc generate_list.ts; node generate_list.js",
"tsc": "./node_modules/.bin/tsc",
"webpack": "cd www; npm run build-release; cd ..",
"start": "npm run tsc; npm run webpack; node awcy_server.js"
},
"dependencies": {
"@types/aws-sdk": "0.0.42",
"@types/body-parser": "0.0.33",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.6",
"@types/fs-extra": "0.0.37",
"@types/irc": "^0.3.33",
"@types/node": "^6.14.10",
"@types/request": "0.0.45",
"@types/sqlite3": "^3.1.6",
"aws-sdk": "^2.659.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"fs-extra": "^2.0.0",
"archiver": "5.3.1",
"glob": "^7.1.6",
"irc": "^0.5.2",
"request": "^2.88.2",
"sqlite3": "^5.0.0",
"typescript": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tdaede/awcy.git"
},
"author": "Thomas Daede <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdaede/awcy/issues"
},
"homepage": "https://github.com/tdaede/awcy#readme"
}