generated from templates/typescript-types
20 lines
515 B
JSON
20 lines
515 B
JSON
{
|
|
"name": "@js/types",
|
|
"version": "0.2.0",
|
|
"description": "Collection of generic TypeScript type definitions for various utility purposes",
|
|
"main": "src/index.d.ts",
|
|
"types": "src/index.d.ts",
|
|
"publishConfig": {
|
|
"registry": "https://gitea.jbrumond.me/api/packages/js/npm/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.jbrumond.me/js/types.git"
|
|
},
|
|
"author": "James Brumond <https://jbrumond.me>",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"typescript": "^5.1.3"
|
|
}
|
|
}
|