25 lines
516 B
JSON
25 lines
516 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|