-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 848 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 848 Bytes
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
{
"name": "dsy4567.github.io",
"version": "1.0.0",
"description": "90%自己造轮子的个人网站, 0% Vue/React/Bootstrap",
"directories": {
"example": "example"
},
"scripts": {
"upd": "node ./tools/update.js",
"server": "./tools/server.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsy4567/dsy4567.github.io.git"
},
"author": "dsy4567",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/dsy4567/dsy4567.github.io/issues"
},
"homepage": "https://github.com/dsy4567/dsy4567.github.io#readme",
"dependencies": {
"NeteaseCloudMusicApi": "^4.25.0",
"axios": "^1.7.2",
"cheerio": "1.0.0-rc.12",
"jsonfile": "^6.1.0",
"marked": "^4.3.0"
},
"devDependencies": {
"@types/node": "^20.14.13",
"eslint": "^8.57.0"
}
}