UNPKG

@pddo/firefox-api

Version:
64 lines (63 loc) 1.61 kB
{ "name": "@pddo/firefox-api", "version": "1.0.2", "description": "Firefox 接码平台 SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "bun run tsc", "dev": "bun run tsc --watch", "test": "bun test", "lint": "bun run eslint src --ext .ts", "format": "bun run prettier --write src/**/*.ts", "prepublishOnly": "bun run build", "release:patch": "npm version patch && git push --follow-tags", "release:minor": "npm version minor && git push --follow-tags", "release:major": "npm version major && git push --follow-tags", "check": "bun run build && bun run lint" }, "repository": { "type": "git", "url": "git+https://github.com/pddo/firefox-api.git" }, "keywords": [ "firefox", "sms", "verification", "接码平台", "短信验证", "verification-code", "phone-number", "api-sdk", "typescript" ], "author": "PDDO <your-email@example.com>", "license": "MIT", "bugs": { "url": "https://github.com/pddo/firefox-api/issues" }, "homepage": "https://github.com/pddo/firefox-api#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "eslint": "^8.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "prettier": "^3.0.0" }, "dependencies": { "axios": "^1.6.0" }, "engines": { "node": ">=16.0.0" } }