{ "name": "tsup", "version": "0.0.0-semantic-release", "main": "dist/index.js", "bin": "dist/cli.js", "types": "dist/index.d.ts", "files": [ "dist" ], "author": "EGOIST", "license": "MIT", "repository": { "url": "https://github.com/egoist/tsup.git" }, "scripts": { "build": "tsup src/cli.ts src/index.ts src/rollup.ts --clean --dts-resolve", "prepublishOnly": "npm run build", "test": "npm run build:simple && jest", "//": "Building without dts for speed", "build:simple": "tsup src/cli.ts src/index.ts src/rollup.ts --clean" }, "dependencies": { "@rollup/plugin-node-resolve": "^11.2.0", "cac": "^6.7.2", "chalk": "^4.1.0", "chokidar": "^3.5.1", "esbuild": "^0.9.2", "execa": "^5.0.0", "globby": "^11.0.2", "joycon": "^2.2.5", "postcss-load-config": "^3.0.1", "resolve-from": "^5.0.0", "rollup": "^2.41.2", "sucrase": "^3.17.1" }, "devDependencies": { "@babel/core": "^7.13.10", "@rollup/plugin-json": "^4.1.0", "@types/buble": "^0.19.2", "@types/fs-extra": "^9.0.8", "@types/jest": "^26.0.20", "@types/node": "^14.14.35", "@types/resolve": "^1.20.0", "buble": "^0.20.0", "fs-extra": "^9.1.0", "jest": "^26.6.3", "jju": "^1.4.0", "postcss": "^8.2.8", "postcss-simple-vars": "^6.0.3", "prettier": "^2.2.1", "rollup-plugin-dts": "^2.0.1", "rollup-plugin-hashbang": "^2.2.2", "string-argv": "^0.3.1", "strip-json-comments": "^3.1.1", "svelte": "3.35.0", "ts-essentials": "^7.0.1", "ts-jest": "^26.5.3", "tsup": "^4.6.0", "typescript": "^4.2.3" }, "peerDependencies": { "typescript": "^4.2.3" }, "peerDependenciesMeta": { "typescript": { "optional": true } } }