UNPKG

uc-npm

Version:

统一配置包

56 lines (55 loc) 1.27 kB
{ "name": "uc-npm", "version": "1.0.30", "description": "统一配置包", "author": "Mr.Cong", "license": "ISC", "private": false, "packageManager": "pnpm@7.9.0", "scripts": { "build": "turbo run build", "build:pkg": "pnpm run prepare -r", "push": "turbo run build && npm run changeVersion && npm publish", "changeVersion": "node ./scripts/changeVersion.js", "changeVersion1": "node ./scripts/changeVersion.js level1", "changeVersion2": "node ./scripts/changeVersion.js level2" }, "repository": { "type": "git", "url": "https://e.coding.net/itemvector/cloud-stec/unify-config-front.git" }, "keywords": [ "uc" ], "main": "./packages/core/dist/index.mjs", "module": "./packages/core/dist/index.mjs", "types": "./packages/core/dist/main.d.ts", "turbo": { "npmClient": "pnpm", "pipeline": { "build": { "dependsOn": [ "^build" ], "outputs": [ "dist/**", ".umi/**", ".next/**" ] }, "deploy": { "dependsOn": [ "build" ] }, "dev": { "cache": false } } }, "devDependencies": { "shelljs": "^0.8.5", "turbo": "^1.4.2" }, "dependencies": {} }