31 lines
701 B
JSON
31 lines
701 B
JSON
{
|
|
"name": "algorithm",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "一个记录个人算法练习的仓库",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"eslint": "eslint **/*js **/*.mjs",
|
|
"fix": "eslint **/*js **/*.mjs --fix"
|
|
},
|
|
"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-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.3"
|
|
}
|
|
}
|