-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 862 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
35
36
37
38
39
{
"name": "tech-basis",
"version": "1.0.0",
"description": "各类技术实现",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "npx jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shancw96/tech-basis.git"
},
"keywords": [
"tech"
],
"author": "shanCW",
"license": "ISC",
"bugs": {
"url": "https://github.com/shancw96/tech-basis/issues"
},
"homepage": "https://github.com/shancw96/tech-basis#readme",
"dependencies": {
"@types/chai": "4.0.4",
"@types/mocha": "2.2.43",
"chai": "4.1.2",
"dayjs": "^1.10.4",
"koa": "^2.13.1",
"koa-router": "^10.0.0",
"mocha": "3.5.3",
"ts-node": "3.3.0",
"typescript": "^4.1.2"
},
"devDependencies": {
"@types/jest": "^28.1.3",
"jest": "^28.1.1",
"ts-jest": "^28.0.5"
}
}