-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 855 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
{
"name": "@xgheaven/interesting-project",
"version": "0.0.0",
"description": "收集了平时遇到的有趣的和不有趣的项目 - Any project used in daily",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build:md": "rimraf docs/ && node --experimental-modules scripts/build-md.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XGHeaven/interesting-project.git"
},
"author": "XGHeaven <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/XGHeaven/interesting-project/issues"
},
"homepage": "https://github.com/XGHeaven/interesting-project#readme",
"dependencies": {
"@iarna/toml": "^2.2.3",
"@octokit/rest": "^16.28.7",
"axios": "^0.19.0",
"dotenv": "^8.1.0",
"lodash": "^4.17.15",
"rimraf": "^2.7.1"
}
}