@mastergo/plugin-typings
Version:
73 lines (72 loc) • 1.81 kB
JSON
{
"name": "@mastergo/plugin-typings",
"version": "2.8.2",
"description": "MasterGo插件API声明文件",
"main": "",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "husky install",
"dev": "rollup -c --environment NODE_ENV=development",
"build": "rollup -c --environment NODE_ENV=production",
"release": "node scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"commit": "git-cz"
},
"files": [
"dist",
"README-en.md",
"README.md"
],
"keywords": [
"mastergo",
"plugin",
"typings"
],
"author": "MasterGo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mastergo-design/plugin-typings"
},
"directories": {
"lib": "lib"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"chalk": "^4.1.2",
"conventional-changelog-cli": "^2.1.1",
"execa": "^5.1.1",
"husky": "^7.0.2",
"inquirer": "^8.0.0",
"inquirer-autocomplete-prompt": "^2.0.0",
"lint-staged": "^11.1.2",
"prettier": "^2.4.1",
"rollup": "^2.56.3",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-polyfill-node": "^0.7.0",
"rollup-plugin-typescript2": "^0.30.0",
"semver": "^7.3.5",
"shelljs": "^0.8.5",
"typescript": "^4.4.3",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"csstype": "^3.1.3"
},
"lint-staged": {
"*.js": [
"prettier --write"
],
"*.ts": [
"prettier --parser=typescript --write"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}