-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.26 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
49
50
51
52
{
"name": "fire-cat",
"version": "2.3.3",
"description": "koa-based upper framework",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"dev": "nodemon",
"build": "tsc",
"test": "jest",
"init": "node bin/init.js"
},
"bin": {
"fire-cat": "bin/init.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firecatjs/fire-cat.git"
},
"author": "jon-millent",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jon-Millent/fire-cat/issues"
},
"homepage": "https://github.com/Jon-Millent/fire-cat#readme",
"dependencies": {
"fastest-validator": "^1.18.0",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"koa-router": "^12.0.1",
"log4js": "^6.9.1",
"reflect-metadata": "^0.2.2",
"tslib": "^2.6.3"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/koa": "^2.15.0",
"@types/koa-router": "^7.4.8",
"@types/node": "^20.14.9",
"axios": "^1.7.2",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"nodemon": "^3.1.4",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.2"
}
}