-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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": "sponsor",
"version": "0.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"dev": "nodemon --exec ts-node src/index.ts",
"build": "tsc",
"build-doc": "apidoc -i src -o apidoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elective-Logiciel-CESI-SN1FX231-G1/sponsor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Elective-Logiciel-CESI-SN1FX231-G1/sponsor/issues"
},
"homepage": "https://github.com/Elective-Logiciel-CESI-SN1FX231-G1/sponsor#readme",
"dependencies": {
"apidoc": "^0.51.1",
"async-mqtt": "^2.6.2",
"axios": "^0.27.2",
"config": "^3.3.7",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"mongoose": "^6.3.8",
"shortid": "^2.2.16",
"toml": "^3.0.0"
},
"devDependencies": {
"@types/config": "^0.0.41",
"@types/express": "^4.17.13",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.2",
"eslint-plugin-promise": "^6.0.0",
"nodemon": "^2.0.16",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
}
}