feat: 项目使用npm管理

This commit is contained in:
LouisFonda 2024-02-27 14:10:34 +08:00
parent 4c7aa2aeee
commit 9aa8c106e0
2 changed files with 2472 additions and 0 deletions

2448
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

24
package.json Normal file
View 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"
}
}