UNPKG

@storm-software/tsdown

Version:

A package containing `tsdown` utilities for building Storm Software libraries and applications

173 lines (172 loc) 4.82 kB
{ "name": "@storm-software/tsdown", "version": "0.45.190", "private": false, "description": "A package containing `tsdown` utilities for building Storm Software libraries and applications", "keywords": [ "acidic", "cyclone-ui", "tsdown", "monorepo", "storm", "storm-ops", "storm-stack", "sullivanpj" ], "homepage": "https://stormsoftware.com", "bugs": "https://github.com/storm-software/storm-ops/issues", "repository": { "type": "github", "url": "https://github.com/storm-software/storm-ops.git", "directory": "packages/tsdown" }, "funding": { "type": "github", "url": "https://github.com/sponsors/storm-software" }, "license": "Apache-2.0", "author": { "name": "Storm Software", "email": "contact@stormsoftware.com", "url": "https://stormsoftware.com" }, "maintainers": [ { "name": "Storm Software", "email": "contact@stormsoftware.com", "url": "https://stormsoftware.com" }, { "name": "Pat Sullivan", "email": "admin@stormsoftware.com", "url": "https://patsullivan.org" } ], "contributors": [ { "name": "Storm Software", "email": "contact@stormsoftware.com", "url": "https://stormsoftware.com" } ], "sideEffects": false, "type": "module", "exports": { "./package.json": "./package.json", "./types": { "import": { "types": "./dist/types.d.ts", "default": "./dist/types.js" }, "require": { "types": "./dist/types.d.cts", "default": "./dist/types.cjs" }, "default": { "types": "./dist/types.d.ts", "default": "./dist/types.js" } }, "./index": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./config": { "import": { "types": "./dist/config.d.ts", "default": "./dist/config.js" }, "require": { "types": "./dist/config.d.cts", "default": "./dist/config.cjs" }, "default": { "types": "./dist/config.d.ts", "default": "./dist/config.js" } }, "./clean": { "import": { "types": "./dist/clean.d.ts", "default": "./dist/clean.js" }, "require": { "types": "./dist/clean.d.cts", "default": "./dist/clean.cjs" }, "default": { "types": "./dist/clean.d.ts", "default": "./dist/clean.js" } }, "./build": { "import": { "types": "./dist/build/index.d.ts", "default": "./dist/build/index.js" }, "require": { "types": "./dist/build/index.d.cts", "default": "./dist/build/index.cjs" }, "default": { "types": "./dist/build/index.d.ts", "default": "./dist/build/index.js" } }, "./plugins/*": { "import": { "types": "./dist/plugins/*.d.ts", "default": "./dist/plugins/*.js" }, "require": { "types": "./dist/plugins/*.d.cts", "default": "./dist/plugins/*.cjs" }, "default": { "types": "./dist/plugins/*.d.ts", "default": "./dist/plugins/*.js" } } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "storm-tsdown": "./bin/tsdown.cjs" }, "files": ["dist/**/*"], "dependencies": { "@storm-software/build-tools": "^0.158.189", "@storm-software/config": "^1.137.61", "@storm-software/config-tools": "^1.190.29", "chokidar": "^4.0.3", "commander": "^12.1.0", "es-toolkit": "^1.46.1", "globby": "^14.1.0", "nx": "22.7.2", "rolldown": "1.0.0-beta.1", "source-map": "0.7.4", "tsup": "8.4.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.58.7", "@nx/devkit": "^22.7.2", "@nx/js": "22.7.2", "@types/node": "^25.9.1", "defu": "^6.1.7", "rollup": "^4.60.4", "spdx-exceptions": "^2.5.0", "spdx-license-ids": "^3.0.23", "tsdown": "^0.15.12" }, "peerDependencies": { "spdx-exceptions": "^2.5.0", "spdx-license-ids": "^3.0.20", "tsdown": ">=0.15.4" }, "peerDependenciesMeta": { "spdx-exceptions": { "optional": true }, "spdx-license-ids": { "optional": true }, "tsdown": { "optional": false } }, "publishConfig": { "access": "public" }, "gitHead": "eb206b9a10666d67ccdbe098f94214e8efa4726a" }