@stacksjs/development
Version:
The Stacks development dependencies.
61 lines (60 loc) • 1.57 kB
JSON
{
"name": "@stacksjs/development",
"type": "module",
"version": "0.70.23",
"description": "The Stacks development dependencies.",
"author": "Chris Breuer",
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
"license": "MIT",
"funding": "https://github.com/sponsors/chrisbbreuer",
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/development#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/stacks.git",
"directory": "./storage/framework/core/development"
},
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"development",
"dependencies",
"stacks",
"framework",
"typescript",
"ts-reset",
"javascript"
],
"exports": {
".": {
"import": "./dist/index.js"
},
"./*": {
"import": "./dist/*"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["README.md"],
"scripts": {
"build": "bun build.ts",
"typecheck": "bun tsc --noEmit",
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/alias": "0.70.22",
"@stacksjs/build": "0.70.22",
"@stacksjs/lint": "0.70.22",
"@stacksjs/logging": "0.70.22",
"@stacksjs/rpx": "^0.10.0",
"@stacksjs/testing": "0.70.22",
"@stacksjs/tinker": "0.70.22",
"@stacksjs/tunnel": "0.70.22",
"@stacksjs/types": "0.70.22",
"bun-plugin-dtsx": "^0.21.9",
"typescript": "^5.8.2"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.6.1"
}
}