|
3 | 3 | "version": "0.21.10", |
4 | 4 | "description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.", |
5 | 5 | "exports": "./dist/index.js", |
6 | | - "types": "./dist/index.d.ts", |
7 | 6 | "type": "module", |
8 | 7 | "scripts": { |
9 | 8 | "dev:apify": "tsx ./src/entrypoints/apify.ts", |
|
18 | 17 | "format": "biome format . && prettier --check \"**/*.{md,yml,yaml}\"", |
19 | 18 | "format:fix": "biome format --write . && prettier --write \"**/*.{md,yml,yaml}\"", |
20 | 19 | "clean": "rimraf dist", |
21 | | - "build": "yarn clean && tsc", |
| 20 | + "build": "yarn clean && tsc && tsup", |
22 | 21 | "build-bundles": "bun run scripts/build-cli-bundles.ts", |
23 | 22 | "prepack": "yarn insert-cli-metadata && yarn build && yarn update-docs", |
24 | 23 | "insert-cli-metadata": "tsx scripts/insert-cli-metadata.ts", |
|
29 | 28 | "dist" |
30 | 29 | ], |
31 | 30 | "bin": { |
32 | | - "actor": "./dist/entrypoints/actor.js", |
33 | | - "apify": "./dist/entrypoints/apify.js", |
34 | | - "apify-cli": "./dist/entrypoints/apify.js" |
| 31 | + "actor": "./dist/actor.js", |
| 32 | + "apify": "./dist/apify.js", |
| 33 | + "apify-cli": "./dist/apify.js" |
35 | 34 | }, |
36 | 35 | "contributors": [ |
37 | 36 | "Jakub Drobník <[email protected]>", |
|
145 | 144 | "mdast-util-from-markdown": "^2.0.2", |
146 | 145 | "mock-stdin": "^1.0.0", |
147 | 146 | "prettier": "^3.5.3", |
| 147 | + "tsup": "^8.5.0", |
148 | 148 | "tsx": "^4.16.5", |
149 | 149 | "typescript": "^5.8.3", |
150 | 150 | "typescript-eslint": "^8.31.0", |
|
0 commit comments