{ "name": "@js/types", "version": "0.2.1", "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 ", "license": "ISC", "devDependencies": { "typescript": "^5.1.3" } }