feat: 项目使用npm管理
This commit is contained in:
parent
4c7aa2aeee
commit
9aa8c106e0
2448
package-lock.json
generated
Normal file
2448
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
24
package.json
Normal file
24
package.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "algorithm",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "一个记录个人算法练习的仓库",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gitea-icoding.ddnsto.com/yigencong/algorithm.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"javascript",
|
||||||
|
"js",
|
||||||
|
"algorithm",
|
||||||
|
"node"
|
||||||
|
],
|
||||||
|
"author": "yigencong",
|
||||||
|
"license": "ISC",
|
||||||
|
"devDependencies": {
|
||||||
|
"eslint": "^8.57.0",
|
||||||
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
|
"eslint-plugin-import": "^2.29.1"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user