{ "name": "@js/types", "version": "0.1.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/js/npm/" }, "repository": { "type": "git", "url": "https://gitea.jbrumond.me/js/typescript-types.git" }, "author": "James Brumond ", "license": "ISC", "devDependencies": { "typescript": "^5.1.3" } }