-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 893 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
{
"name": "cccc_alone",
"version": "1.0.0",
"description": "\"a rough and ready messaging application\"",
"main": "src/index.ts",
"scripts": {
"start": "nodemon src/index.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JJLLWW/CCCC_alone.git"
},
"author": "Jack Wright",
"license": "ISC",
"bugs": {
"url": "https://github.com/JJLLWW/CCCC_alone/issues"
},
"homepage": "https://github.com/JJLLWW/CCCC_alone#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^2.0.16",
"ts-node": "^10.8.1"
},
"dependencies": {
"express": "^4.18.1"
}
}