{ "name": "tsup", "version": "0.0.0-semantic-release", "main": "dist/index.js", "bin": { "tsup": "dist/cli-default.js", "tsup-node": "dist/cli-node.js" }, "types": "dist/index.d.ts", "files": [ "/dist", "/assets" ], "author": "EGOIST", "license": "MIT", "repository": { "url": "https://github.com/egoist/tsup.git" }, "scripts": { "dev": "npm run build-fast -- --watch", "build": "tsup src/cli-*.ts src/index.ts src/rollup.ts --clean --splitting", "prepublishOnly": "npm run build", "test": "npm run build && npm run test-only", "test-only": "ava test/*.test.ts --fail-fast --timeout 60s", "build-fast": "npm run build -- --no-dts" }, "ava": { "extensions": [ "ts" ], "require": [ "sucrase/register" ] }, "dependencies": { "bundle-require": "^2.1.8", "cac": "^6.7.12", "chokidar": "^3.5.1", "debug": "^4.3.1", "esbuild": "^0.14.2", "execa": "^5.0.0", "globby": "^11.0.3", "joycon": "^3.0.1", "postcss-load-config": "^3.0.1", "resolve-from": "^5.0.0", "rollup": "^2.60.0", "source-map": "^0.7.3", "sucrase": "^3.20.3", "tree-kill": "^1.2.2" }, "devDependencies": { "@rollup/plugin-json": "^4.1.0", "@swc/core": "^1.2.112", "@types/debug": "^4.1.5", "@types/flat": "^5.0.2", "@types/fs-extra": "^9.0.11", "@types/node": "^14.14.41", "@types/resolve": "^1.20.0", "ava": "^4.0.0-rc.1", "colorette": "^2.0.16", "consola": "^2.15.3", "flat": "^5.0.2", "fs-extra": "^9.1.0", "postcss": "^8.2.10", "postcss-simple-vars": "^6.0.3", "prettier": "^2.2.1", "resolve": "^1.20.0", "rollup-plugin-dts": "^4.1.0", "rollup-plugin-hashbang": "^2.2.2", "string-argv": "^0.3.1", "svelte": "3.37.0", "ts-essentials": "^7.0.1", "tsconfig-paths": "^3.12.0", "tsup": "^5.11.9", "typescript": "^4.5.4", "wait-for-expect": "^3.0.2" }, "peerDependencies": { "typescript": "^4.1.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } } }