typescript-config/package.json

30 lines
768 B
JSON
Raw Permalink Normal View History

2024-05-11 23:34:03 -07:00
{
"name": "@nhcarrigan/typescript-config",
2024-06-25 18:24:57 -07:00
"version": "4.0.0",
2024-05-11 23:34:03 -07:00
"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"
2024-05-11 23:34:03 -07:00
},
"repository": {
"type": "git",
2024-06-25 18:23:31 -07:00
"url": "git@codeberg.org:naomi-lgbt/typescript-config.git"
2024-05-11 23:34:03 -07:00
},
"keywords": [
"typescript"
],
"author": "Naomi Carrigan",
"license": "SEE LICENSE IN https://docs.nhcarrigan.com/#/license",
"bugs": {
2024-06-25 18:23:31 -07:00
"url": "https://codeberg.org/naomi-lgbt/typescript-config/issues"
2024-05-11 23:34:03 -07:00
},
2024-06-25 18:23:31 -07:00
"homepage": "https://codeberg.org/naomi-lgbt/typescript-config",
2024-05-11 23:34:03 -07:00
"peerDependencies": {
"typescript": ">=5.5.2"
2024-05-11 23:34:03 -07:00
}
}