5 Star 22 Fork 2

苍石 / annotate-js

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

搜索帮助