bob-the-bundler
Version:
Bob The Bundler!
82 lines (81 loc) • 2.06 kB
JSON
{
"name": "bob-the-bundler",
"version": "4.1.0-alpha-20221116151702-cb04a64",
"description": "Bob The Bundler!",
"author": {
"email": "kamil.kisiela@gmail.com",
"name": "Kamil Kisiela",
"url": "https://github.com/kamilkisiela"
},
"repository": {
"url": "git@github.com:kamilkisiela/bob.git",
"type": "git"
},
"main": "dist/index.js",
"bin": {
"bob": "dist/index.js"
},
"license": "MIT",
"files": [
"dist",
"README.md",
"jest-resolver.js"
],
"dependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@vercel/ncc": "^0.34.0",
"builtins": "^5.0.1",
"consola": "^2.15.3",
"cross-spawn": "^7.0.3",
"dependency-graph": "^0.11.0",
"fs-extra": "^10.1.0",
"globby": "^11.0.0",
"lodash.get": "^4.4.2",
"minimatch": "^5.1.0",
"mkdirp": "^1.0.4",
"p-limit": "^3.1.0",
"param-case": "^3.0.4",
"resolve.exports": "^1.1.0",
"rollup": "^2.75.6",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-typescript2": "^0.33.0",
"tslib": "^2.0.0",
"tsup": "^5.11.6",
"yargs": "^17.5.1",
"zod": "^3.17.3"
},
"scripts": {
"prepublish": "yarn build",
"build": "rimraf dist && tsc",
"test": "jest",
"test:ts": "node test/ts-tests/run-tests.mjs",
"prerelease": "yarn build",
"release": "changeset publish"
},
"devDependencies": {
"@actions/core": "1.9.1",
"@changesets/cli": "2.24.4",
"@changesets/changelog-github": "0.4.6",
"@jest/types": "28.1.3",
"@types/cross-spawn": "6.0.2",
"@types/fs-extra": "9.0.13",
"@types/jest": "28.1.8",
"@types/lodash.get": "4.4.7",
"@types/minimatch": "3.0.5",
"@types/mkdirp": "1.0.2",
"@types/node": "16.11.58",
"@types/yargs": "15.0.14",
"execa": "5.1.1",
"jest": "28.1.3",
"rimraf": "3.0.2",
"ts-jest": "28.0.8",
"typescript": "4.8.2"
},
"peerDependencies": {
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
}
}