tochibuild
Version:
An extremely fast JavaScript/Typescript and CSS bundler with minimal configuration.
63 lines • 1.36 kB
JSON
{
"name": "tochibuild",
"version": "3.0.1",
"description": "An extremely fast JavaScript/Typescript and CSS bundler with minimal configuration.",
"repository": "https://github.com/tochiResources/project/tree/main/packages/build/tochibuild.git",
"license": "MIT",
"keywords": [
"bundler",
"build",
"typescript",
"javascript",
"tsup",
"esbuild",
"glob",
"publish",
"lifecycle",
"hooks",
"cli",
"node",
"tochi",
"tochiResources"
],
"bin": "./dist/cli.mjs",
"scripts": {
"dev": "tsx cli.ts"
},
"dependencies": {
"@npmcli/arborist": "^9.1.1",
"bundle-require": "5.1.0",
"cac": "^6.7.14",
"chalk": "^5.4.1",
"cross-spawn": "^7.0.6",
"deepmerge": "^4.3.1",
"fast-glob": "^3.3.3",
"flat": "^6.0.1",
"joycon": "3.1.1",
"npm-packlist": "^10.0.0",
"strip-json-comments": "5.0.1",
"tar": "^7.4.3",
"tsup": "8.4.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/node": "^22.15.17",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"files": [
"dist"
],
"engines": {
"node": ">=18.17.0"
},
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"exports": {
".": {
"types": "./dist/index.d.mts",
"require": "./dist/index.mjs",
"import": "./dist/index.mjs"
}
}
}