forked from 19Qingfeng/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 832 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
{
"name": "notes",
"version": "1.0.0",
"description": "这个仓库中保存尚未整理成文章发布的代码笔记。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:express": "nodemon ./express/example/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/19Qingfeng/notes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/19Qingfeng/notes/issues"
},
"homepage": "https://github.com/19Qingfeng/notes#readme",
"dependencies": {
"browserify": "^17.0.0",
"express": "^4.17.3",
"jest": "^27.5.1",
"koa": "^2.13.4",
"nodemon": "^2.0.15",
"promises-aplus-tests": "^2.1.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.16.7"
}
}