ewm
Version:
小程序原生插件
73 lines (72 loc) • 1.79 kB
JSON
{
"name": "ewm",
"version": "0.8.9-dev.20220411",
"description": "小程序原生插件",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"tsc": "tsc -p ./src",
"format": "dprint fmt",
"clean": "rm -rf dist",
"rmTypes": "rm -rf dist/types dist/typeTools dist/componentDoc",
"commit": "cz",
"rollup": "rollup -c",
"build": "npm run clean && npm run tsc && npm run rollup && npm run rmTypes ",
"prepare": "husky install",
"release": "standard-version",
"publish": "publish ",
"publish:dev": "npm publish --tag=dev",
"publish:beta": "npm publish --tag=Beta",
"publish:test": "npm publish --tag=test",
"test": "tsc --noEmit --diagnostics"
},
"files": [
"LICENSE",
"CHANGELOG.md",
"README.md",
"dist/"
],
"repository": {
"type": "git",
"url": "https://gitee.com/panjinhry/ewm.git"
},
"keywords": [
"ewm",
"ew",
"em",
"wm",
"wme",
"emw"
],
"author": "missannil <missannil@163.com>",
"license": "MIT",
"dependencies": {
"mobx": "^6.4.1"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/wechat-miniprogram": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"commitizen": "^4.2.4",
"commitlint": "^15.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.4.1",
"husky": "^7.0.4",
"rollup-plugin-dts": "^4.2.1",
"standard-version": "^9.3.2",
"typescript": "^4.6.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"prepare-commit-msg": " exec < /dev/tty && git cz --hook || true "
}
}
}