-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 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
33
34
35
{
"name": "debugging-tools",
"version": "0.0.2",
"description": "develop debugging tools",
"main": "index.js",
"scripts": {
"dev": "node .",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangenze267/debugging-tools.git"
},
"keywords": [
"tools"
],
"author": "Ned",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangenze267/debugging-tools/issues"
},
"homepage": "https://github.com/wangenze267/debugging-tools#readme",
"dependencies": {
"axios": "^1.5.0",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"node-xlsx": "^0.23.0",
"yaml": "^2.3.2"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.20"
}
}