@sapphire/ts-config
Version:
Shareable TypeScript configuration for the Sapphire Community
90 lines • 2.28 kB
JSON
{
"name": "@sapphire/ts-config",
"version": "5.0.1",
"description": "Shareable TypeScript configuration for the Sapphire Community",
"author": "@sapphire",
"license": "MIT",
"main": "src/tsconfig.json",
"exports": {
".": {
"types": "./src/tsconfig.json",
"import": "./src/tsconfig.json",
"require": "./src/tsconfig.json"
},
"./base": {
"types": "./src/tsconfig.json",
"import": "./src/tsconfig.json",
"require": "./src/tsconfig.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"
},
"./bundler": {
"types": "./src/bundler.json",
"import": "./src/bundler.json",
"require": "./src/bundler.json"
}
},
"sideEffects": false,
"homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/ts-config",
"scripts": {
"test": "vitest run",
"lint": "eslint tests --ext mjs,ts --fix -c ../../.eslintrc",
"build": "tsc -b tests",
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"tslib": "^2.6.2",
"typescript": "^5.4.2"
},
"files": [
"src",
"UPGRADING-*.md"
],
"engines": {
"node": ">=v16.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapphiredev/utilities.git",
"directory": "packages/ts-config"
},
"bugs": {
"url": "https://github.com/sapphiredev/utilities/issues"
},
"keywords": [
"sapphiredev",
"bot",
"typescript",
"ts",
"yarn",
"discord",
"sapphire",
"standalone"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.1",
"@sapphire/eslint-config": "^5.0.4",
"@sapphire/eslint-plugin-result": "^2.0.3",
"@vitest/coverage-v8": "^1.3.1",
"typedoc-json-parser": "^9.0.1",
"vitest": "^1.3.1"
}
}