-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
48
{
"name": "intercourse-api",
"version": "0.0.1",
"description": "an easter-egg API reffering to human intercourse topics",
"scripts": {
"compile": "tsc",
"dev:express": "nodemon src/app/express.ts",
"dev:koa": "nodemon src/app/koa.ts",
"dev:polka": "nodemon src/app/polka.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier-standard --format",
"lint": "prettier-standard --lint"
},
"dependencies": {
"@koa/router": "12.0.0",
"express": "4.18.2",
"http-status-codes": "2.2.0",
"koa": "2.14.1",
"polka": "0.5.2"
},
"devDependencies": {
"@types/express": "4.17.15",
"@types/koa": "2.13.5",
"@types/koa__router": "12.0.0",
"@types/node": "16.18.11",
"@types/polka": "0.5.4",
"nodemon": "2.0.20",
"prettier-standard": "16.4.1",
"ts-node": "10.9.1",
"typescript": "4.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tvardy/intercourse-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tvardy/intercourse-api/issues"
},
"homepage": "https://github.com/tvardy/intercourse-api#readme",
"engines": {
"node": ">=16",
"npm": ">=8",
"yarn": "1"
}
}