UNPKG

@alexanderjeurissen/yarn-bundle

Version:
71 lines (70 loc) 1.76 kB
{ "name": "@alexanderjeurissen/yarn-bundle", "version": "1.0.2", "description": "Bundler for global yarn packages", "main": "./dist/yarn_bundle.js", "bin": "./dist/yarn_bundle.js", "types": "./dist/yarn_bundle.ts", "repository": "git@github.com:alexanderjeurissen/yarn-bundle.git", "author": "Alexander Jeurissen <1220084+alexanderjeurissen@users.noreply.github.com>", "license": "MIT", "bugs": { "url": "https://github.com/alexanderjeurissen/yarn-bundle/issues" }, "engines": { "node": ">=10.0.0" }, "directories": { "src": "src" }, "files": [ "dist/**/*" ], "scripts": { "start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/yarn_bundle.ts -- -d", "build": "tsc --listFiles --newline lf", "build:dev": "tsc -w --newline lf", "preversion": "rm -rf dist/* && yarn build", "postversion": "git push --tags" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "yarn", "yarn-bundle", "node", "bundle", "global", "yarnglobal", "node-module", "node-modules", "yarnpkg" ], "dependencies": { "chalk": "^4.1.0", "clear": "^0.1.0", "commander": "^5.1.0", "figlet": "^1.5.0", "line-reader": "^0.4.0", "path": "^0.12.7" }, "devDependencies": { "@types/chalk": "^2.2.0", "@types/clear": "^0.1.0", "@types/commander": "^2.12.2", "@types/figlet": "^1.2.0", "@types/node": "^14.0.13", "@typescript-eslint/eslint-plugin": "^3.6.1", "@typescript-eslint/parser": "^3.6.1", "eslint": "^7.5.0", "husky": "^4.2.5", "lint-staged": "^10.2.11", "nodemon": "^2.0.4", "prettier": "^2.0.5", "ts-node": "^8.10.2", "typescript": "^3.9.5" } }