UNPKG

@specify-sh/sdk

Version:
36 lines (35 loc) 952 B
{ "name": "@specify-sh/sdk", "version": "0.3.0", "description": "JS SDK for Specify Publishers", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "preinstall": "npx only-allow bun", "build": "bun run build.mts", "test": "bun test" }, "files": ["dist"], "keywords": ["specify", "publisher-sdk", "cptx"], "author": "Specify", "license": "MIT", "homepage": "https://specify.sh", "repository": { "type": "git", "url": "git+https://github.com/InternetCommunityCompany/specify-publisher-sdk.git" }, "bugs": "https://github.com/InternetCommunityCompany/specify-publisher-sdk/issues", "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/bun": "^1.2.5", "@types/fs-extra": "^11.0.4", "@types/node": "^22.13.10", "bun-types": "^1.2.5", "fs-extra": "^11.3.0", "typescript": "^5.8.2" }, "dependencies": { "cross-fetch": "4.0.0" } }