1 Star 11 Fork 1

苍石 / express-annotate-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 843 Bytes
一键复制 编辑 原始数据 按行查看 历史
苍石 提交于 2020-10-10 15:04 . update dependencies & some known issue
{
"name": "@palerock/express-annotate-js",
"version": "0.0.28",
"description": "",
"main": "source/index.js",
"types": "types/index.d.ts",
"scripts": {
"demo": "nodemon src/demo",
"build": "babel src -d source",
"do-publish": "npm run build && npm publish"
},
"files": [
"src",
"source",
"package.json",
"types/*.d.ts"
],
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@palerock/annotate-js": "^1.2.42",
"express": "^4.17.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"nodemon": "^1.19.2"
},
"author": "cangshi",
"license": "Apache License 2.0"
}
JavaScript
1
https://gitee.com/HGJing/express-annotate-js.git
git@gitee.com:HGJing/express-annotate-js.git
HGJing
express-annotate-js
express-annotate-js
master

搜索帮助