-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 851 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
{
"name": "data-structuress-and-algorithms",
"version": "1.0.0",
"description": "JavaScript的数据结构与算法",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JuctTr/data-structuress-and-algorithms.git"
},
"keywords": [
"data-structures-and-algorithms"
],
"author": "juctTr",
"license": "ISC",
"bugs": {
"url": "https://github.com/JuctTr/data-structuress-and-algorithms/issues"
},
"homepage": "https://github.com/JuctTr/data-structuress-and-algorithms#readme",
"devDependencies": {
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
}
}