@kjts20/tool-weixin-mp
Version:
wkj
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "@kjts20/tool-weixin-mp",
"version": "0.1.24",
"description": "wkj",
"miniprogram": "dist",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://git.ts20.cn/npm/tool-weixin-mp.git"
},
"scripts": {
"build:ts": "tsup",
"dev": "tsup --watch",
"build": "npm run build:ts",
"prepublishOnly": "npm run build",
"pub": "npm version patch && npm publish"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"sskj",
"工具包",
"微信小程序"
],
"author": "wkj",
"devDependencies": {
"@kjts20/tool": "^0.1.68",
"tsup": "^6.4.0",
"typescript": "^4.8.4"
},
"prettier": {
"tabWidth": 4,
"printWidth": 200,
"eslintIntegration": true,
"stylelintIntegration": true,
"singleQuote": true,
"semi": true,
"insertPragma": false,
"trailingComma": "none",
"arrowParens": "avoid"
},
"files": [
"dist"
]
}