generated from nhcarrigan/template
30 lines
768 B
JSON
30 lines
768 B
JSON
{
|
|
"name": "@nhcarrigan/typescript-config",
|
|
"version": "4.0.0",
|
|
"description": "Global config for my typescript projects",
|
|
"main": "tsconfig.json",
|
|
"scripts": {
|
|
"test": "tsc --rootDir './src' --outDir './prod' && echo 'build appears valid!'"
|
|
},
|
|
"engines": {
|
|
"node": "20",
|
|
"pnpm": "9"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@codeberg.org:naomi-lgbt/typescript-config.git"
|
|
},
|
|
"keywords": [
|
|
"typescript"
|
|
],
|
|
"author": "Naomi Carrigan",
|
|
"license": "SEE LICENSE IN https://docs.nhcarrigan.com/#/license",
|
|
"bugs": {
|
|
"url": "https://codeberg.org/naomi-lgbt/typescript-config/issues"
|
|
},
|
|
"homepage": "https://codeberg.org/naomi-lgbt/typescript-config",
|
|
"peerDependencies": {
|
|
"typescript": ">=5.5.2"
|
|
}
|
|
}
|