加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 800 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐梦宇 提交于 2020-09-12 18:24 . 0.0.3
{
"name": "@tuzilow/express-decorator",
"version": "0.0.3",
"description": "some ES7 decorators for express",
"main": "./lib/index.js",
"author": "tuzilow",
"license": "MIT",
"scripts": {
"start": "babel-node example/index",
"build": "babel src/ --out-dir lib"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.0.0",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^9.0.0"
},
"dependencies": {
"express": "^4.17.1"
},
"keywords": [
"node",
"express",
"es6 decorator"
],
"repository": {
"type": "git",
"url": "https://github.com/Tuzilow/express-decorator.git"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化