UNPKG

@speedy-js/mono

Version:

Monorepo development & continuous integration tooling.

77 lines (76 loc) 1.8 kB
{ "name": "@speedy-js/mono", "description": "Monorepo development & continuous integration tooling.", "version": "0.1.4", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "main": "lib/index.js", "bin": { "mono": "bin/cli.js" }, "keywords": [ "workflow", "speedy", "speedy-js", "monorepo", "release", "lerna", "continuous integration", "tooling" ], "typings": "src/index.ts", "scripts": { "dev": "npm run build -- -w", "build": "tsc -p tsconfig.build.json", "prepublishOnly": "npm run build" }, "dependencies": { "@speedy-js/config-loader": "0.1.4", "boxen": "^4.1.0", "cac": "^6.5.10", "chalk": "^2.4.1", "chokidar": "^3.4.0", "conventional-changelog": "^3.1.24", "conventional-changelog-cli": "^2.0.31", "debug": "^4.3.2", "execa": "^3.2.0", "fs-extra": "^7.0.0", "globby": "^9.0.0", "inquirer": "^7.2.0", "lerna": "^4.0.0", "node-fetch": "^2.6.0", "semver": "^6.3.0", "shelljs": "^0.8.4", "string-width": "^4.2.0", "text-table": "^0.2.0", "tslib": "^2.3.1", "url-join": "^4.0.1" }, "devDependencies": { "@types/cors": "^2.8.9", "@types/express": "^4.17.6", "@types/fs-extra": "^8.1.0", "@types/inquirer": "^7.3.3", "@types/node-fetch": "^2.5.11", "@types/semver": "^6.2.0", "@types/shelljs": "^0.8.8", "@types/string-width": "^4.0.1", "@types/text-table": "^0.2.2", "@types/url-join": "^4.0.1" }, "repository": { "url": "git@github.com:speedy-js/workflow.git", "type": "git" }, "files": [ "bin", "lib", "!lib/*.tsbuildinfo", "!lib/*.map", "types", "*.d.ts" ], "gitHead": "fb1789ee0d535bf15e1dcddac7342e53a23bffb9" }