UNPKG

rigjs

Version:

A multi-repos dev tool based on yarn and git.Rigjs is intended to be the simplest way to develop,share and deliver codes between different developers or different projects.

68 lines (67 loc) 2.08 kB
{ "name": "rigjs", "version": "3.0.33", "description": "A multi-repos dev tool based on yarn and git.Rigjs is intended to be the simplest way to develop,share and deliver codes between different developers or different projects.", "keywords": [ "modular", "lerna", "monorepo", "multirepos", "carthage", "symlink", "npm link", "workspaces" ], "main": "index.js", "repository":{ "type": "git", "url": "https://github.com/FlashHand/rig" }, "author": "ralwayne", "license": "MIT", "bin": { "rig": "bin/rig.js" }, "scripts": { "test": "jest", "test:init": "yarn build && cd demo && ts-node ../built/index.js init", "p": "cd demo && node ../lib/rig/index.js publish", "posti": "cd demo && node ../lib/rig/index.js postinstall", "prei": "cd demo && node ../built/index.js preinstall", "c": "cd demo && node ../lib/rig/index.js check", "envmake": "cd demo && node ../lib/rig/index.js --env prod_view_zhs", "t": "node lib/rig/index.js tag", "deliver": "npm publish --registry=https://registry.npmjs.org", "deliver:alpha": "rig tag & yarn build & npm publish --registry=https://registry.npmjs.org --tag alpha", "build": "esbuild lib/rig/index.ts --platform=node --bundle --sourcemap=inline --minify --outfile=built/index.js --external:shelljs" }, "dependencies": { "@types/ali-oss": "^6.16.3", "@types/json5": "^2.2.0", "@types/qs": "^6.9.7", "@types/semver": "^7.3.10", "@types/shelljs": "^0.8.11", "@types/uuid": "^8.3.4", "ali-oss": "^6.17.1", "axios": "^0.26.1", "chalk": "^4.1.0", "commander": "6.1.0", "compare-versions": "^4.1.3", "dayjs": "^1.11.0", "dotenv": "^16.0.3", "inquirer": "7.3.3", "json5": "2.1.3", "ora": "^5.1.0", "semver": "^7.3.7", "shelljs": "^0.8.4", "uuid": "^8.3.2" }, "devDependencies": { "@types/jest": "^28.1.1", "@types/node": "^17.0.21", "jest": "^27.5.1", "ts-jest": "^28.0.5", "ts-node": "^10.8.1", "typescript": "^4.6.3" } }