UNPKG

minidev

Version:

支付宝小程序开发 cli(minidev)提供了常用的支付宝系小程序开发指令,能够方便地在各类平台上快速进行小程序的开发、预览、上传等操作。

54 lines (53 loc) 1.62 kB
{ "name": "@alipay/builder-debug-utils", "version": "2.2.9", "main": "dist/index.js", "types": "lib/index.d.ts", "files": [ "dist", "lib", "offline", "readonly" ], "scripts": { "build": "yarn run clean && ../../node_modules/.bin/tsc -p ./tsconfig.json && yarn run build:dist && yarn run generate", "build:dist": "../../node_modules/.bin/rollup -c rollup.config.mjs", "clean": "rm -rf ./dist ./lib", "watch": "../../node_modules/.bin/tsc-watch -p ./tsconfig.json --onSuccess 'yarn run build:dist'", "lint": "echo done", "lint:fix": "yarn lint --fix", "prepublishOnly": "yarn run build && yarn run generate", "generate": "node scripts/generator-prod.js", "generate:watch": "node scripts/generator-watch.js", "test": "../../node_modules/.bin/jest --coverage", "ci": "yarn run lint && yarn run build && yarn run test" }, "publishConfig": { "registry": "https://registry.antgroup-inc.cn" }, "repository": { "type": "git", "url": "git@code.alipay.com:lynx/boatman.git" }, "tnpm": { "mode": "yarn", "lockfile": "enable" }, "devDependencies": { "@alipay/boatman-cube": "^2.2.9", "@alipay/boatman-mini": "^2.2.9", "@alipay/tinybugme-render-uniweb": "^2.2.9", "@alipay/tinybugme-worker-preview": "^2.2.9", "@alipay/tinybugme-worker-remote": "^2.2.9", "@types/bent": "^7.0.2", "@types/fs-extra": "^8.1.0", "@types/jest": "^26.0.23", "@types/node": "^13.11.1", "chokidar": "^3.5.3", "execa": "^7.0.0" }, "dependencies": { "bent": "^7.3.1", "fs-extra": "^9.0.0" } }