@aetherjs/ts-config
Version:
Standard Typescript config for Aether-Development projects.
72 lines (71 loc) • 1.61 kB
JSON
{
"name": "@aetherjs/ts-config",
"version": "1.3.0",
"description": "Standard Typescript config for Aether-Development projects.",
"author": "@aetherjs",
"license": "MIT",
"main": "src/base.json",
"exports": {
".": {
"types": "./src/base.json",
"import": "./src/base.json",
"require": "./src/base.json"
},
"./bundler": {
"types": "./src/bundler.json",
"import": "./src/bundler.json",
"require": "./src/bundler.json"
},
"./decorators": {
"types": "./src/decorators.json",
"import": "./src/decorators.json",
"require": "./src/decorators.json"
},
"./extra-strict": {
"types": "./src/extra-strict.json",
"import": "./src/extra-strict.json",
"require": "./src/extra-strict.json"
},
"./verbatim": {
"types": "./src/verbatim.json",
"import": "./src/verbatim.json",
"require": "./src/verbatim.json"
}
},
"sideEffects": false,
"scripts": {
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"tslib": "^2.8.1",
"typescript": "^5.8.3"
},
"devDependencies": {
"@favware/cliff-jumper": "^6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aether-development/utilities.git",
"directory": "packages/ts-config"
},
"bugs": {
"url": "https://github.com/aether-development/utilities/issues"
},
"homepage": "https://github.com/aether-development/utilities/tree/main/packages/ts-config",
"keywords": [
"aether-development",
"bot",
"typescript",
"ts",
"bun",
"aetherjs",
"standalone"
],
"files": [
"src"
],
"publishConfig": {
"access": "public"
}
}