typescript-types/package.json

17 lines
450 B
JSON

{
"name": "@templates/typescript-types",
"version": "1.0.0",
"description": "Template project for creating new TypeScript type-definition-only packages",
"main": "src/index.d.ts",
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "git@git.jbrumond.me:templates/typescript-types.git"
},
"author": "James Brumond <https://jbrumond.me>",
"license": "ISC",
"devDependencies": {
"typescript": "^5.1.3"
}
}