add some id and http types

This commit is contained in:
2023-08-20 20:13:43 -07:00
parent c46c33eebf
commit 1d7a49ced1
7 changed files with 73 additions and 24 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "@templates/typescript-types",
"name": "@js/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",
"publishConfig": {
"registry": "https://gitea.jbrumond.me/api/packages/templates/npm/"
"registry": "https://gitea.jbrumond.me/api/packages/js/npm/"
},
"repository": {
"type": "git",
"url": "https://gitea.jbrumond.me/templates/typescript-types.git"
"url": "https://gitea.jbrumond.me/js/typescript-types.git"
},
"author": "James Brumond <https://jbrumond.me>",
"license": "ISC",