-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
{
"name": "aedpenang",
"version": "1.0.0",
"description": "AED",
"main": "dist/index.js",
"scripts": {
"start": "pm2 start dist/index.js --watch",
"dev": "nodemon src/index.ts",
"build": "npx tsc",
"test": "mocha --require ts-node/register test/**/*.test.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/ctkqiang/AEDPenang.git"
},
"keywords": [
"AED",
"Penang"
],
"author": "钟智强",
"license": "Apache-2.0",
"dependencies": {
"@types/ejs": "^3.1.5",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"fs": "^0.0.1-security",
"helmet": "^8.0.0",
"https": "^1.0.0",
"pm2": "^5.4.2"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/mocha": "^9.1.0",
"@types/node": "^20.17.5",
"@types/redis": "^4.0.10",
"chai": "^4.3.4",
"mocha": "^9.2.0",
"nodemon": "^3.1.7",
"pm2": "^5.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}