1 Star 0 Fork 1

PINGSI / nodejs-anydoor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 734 Bytes
一键复制 编辑 原始数据 按行查看 历史
siping-appsdev 提交于 2022-04-10 22:11 . Update to version 0.1.6
{
"name": "appsdev-nodejs-anydoor",
"version": "0.1.6",
"description": "#### Description Tiny NodeJS Static Web Server",
"main": "src/app.js",
"bin": {
"appsdev-nodejs-anydoor": "bin/anydoor"
},
"scripts": {
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"pre-commit": [
"lint-fix",
"lint"
],
"repository": {
"type": "git",
"url": "git@gitee.com:sipingme/nodejs-anydoor.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"pre-commit": "^1.2.2"
},
"dependencies": {
"chalk": "^2.4.1",
"handlebars": "^4.7.7",
"yargs": "^17.4.1"
}
}
NodeJS
1
https://gitee.com/sipingme/nodejs-anydoor.git
git@gitee.com:sipingme/nodejs-anydoor.git
sipingme
nodejs-anydoor
nodejs-anydoor
master

搜索帮助