UNPKG

bob-the-bundler

Version:
87 lines (86 loc) 2.27 kB
{ "name": "bob-the-bundler", "version": "6.0.0-alpha-20230227113801-fd2f008", "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", "exports": { "./jest-resolver": { "default": "./jest-resolver.cjs" }, "./package.json": "./package.json" }, "files": [ "dist", "jest-resolver.cjs", "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.1.2", "@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.14.2", "@types/yargs": "17.0.22", "@typescript-eslint/parser": "5.53.0", "eslint": "8.35.0", "eslint-plugin-import": "2.27.5", "jest-resolve": "29.4.2", "jest-snapshot-serializer-raw": "1.2.0", "prettier": "2.8.4", "rimraf": "4.1.2", "typescript": "4.9.5", "vitest": "0.29.1" }, "publishConfig": { "access": "public" } }