UNPKG

bob-the-bundler

Version:
80 lines (79 loc) 2.11 kB
{ "name": "bob-the-bundler", "version": "5.0.1-alpha-20230131120820-6150b9c", "type": "module", "description": "Bob The Bundler!", "repository": { "url": "git@github.com:kamilkisiela/bob.git", "type": "git" }, "author": { "email": "kamil.kisiela@gmail.com", "name": "Kamil Kisiela", "url": "https://github.com/kamilkisiela" }, "license": "MIT", "bin": { "bob": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "jest-resolver.js", "README.md" ], "scripts": { "build": "rimraf dist && tsc", "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore .", "lint:prettier": "prettier --cache --check .", "prepublish": "yarn build", "prerelease": "yarn build", "prettier": "prettier --cache --write --list-different .", "release": "changeset publish", "test": "vitest .", "test:ts": "node test/ts-tests/run-tests.mjs" }, "peerDependencies": { "typescript": "^4.7.4" }, "dependencies": { "@vercel/ncc": "^0.36.0", "consola": "^2.15.3", "dependency-graph": "^0.11.0", "execa": "6.1.0", "fs-extra": "^11.1.0", "globby": "^13.1.3", "js-yaml": "^4.1.0", "lodash.get": "^4.4.2", "mkdirp": "^2.0.0", "p-limit": "^4.0.0", "resolve.exports": "^2.0.0", "tslib": "^2.0.0", "tsup": "^6.5.0", "yargs": "^17.6.2", "zod": "^3.20.2" }, "devDependencies": { "@actions/core": "1.10.0", "@changesets/changelog-github": "0.4.8", "@changesets/cli": "2.26.0", "@theguild/prettier-config": "1.0.0", "@types/fs-extra": "11.0.1", "@types/js-yaml": "4.0.5", "@types/lodash.get": "4.4.7", "@types/mkdirp": "1.0.2", "@types/node": "18.11.18", "@types/yargs": "17.0.19", "@typescript-eslint/parser": "5.49.0", "eslint": "8.30.0", "eslint-plugin-import": "2.27.5", "jest-snapshot-serializer-raw": "1.2.0", "prettier": "2.8.2", "rimraf": "4.1.2", "typescript": "4.9.4", "vitest": "0.26.3" }, "publishConfig": { "access": "public" } }