{ "name": "misskey-js", "version": "0.0.15", "description": "Misskey SDK for JavaScript", "main": "./built/index.js", "types": "./built/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc -w", "tsd": "tsd", "api": "pnpm api-extractor run --local --verbose", "api-prod": "pnpm api-extractor run --verbose", "eslint": "eslint . --ext .js,.jsx,.ts,.tsx", "typecheck": "tsc --noEmit", "lint": "pnpm typecheck && pnpm eslint", "jest": "jest --coverage --detectOpenHandles", "test": "pnpm jest && pnpm tsd" }, "repository": { "type": "git", "url": "git+https://github.com/misskey-dev/misskey.js.git" }, "devDependencies": { "@microsoft/api-extractor": "7.34.7", "@swc/jest": "0.2.26", "@types/jest": "29.5.1", "@types/node": "18.16.3", "@typescript-eslint/eslint-plugin": "5.59.5", "@typescript-eslint/parser": "5.59.5", "ajv": "8.12.0", "eslint": "8.40.0", "jest": "29.5.0", "jest-fetch-mock": "3.0.3", "jest-websocket-mock": "2.4.0", "mock-socket": "9.2.1", "tsd": "0.28.1", "typescript": "5.0.4" }, "files": [ "built" ], "dependencies": { "@swc/cli": "0.1.62", "@swc/core": "1.3.56", "@types/json-schema": "^7.0.11", "eventemitter3": "5.0.1", "ms": "3.0.0-canary.1", "reconnecting-websocket": "4.4.0", "schema-type": "github:misskey-dev/schema-type", "ts-essentials": "^9.3.2" } }