firefish/packages/firefish-js/package.json
naskya f80ee9f36d
chore: update TypeScript dependencies
except for pnpm, gulp, adm-zip, @syuilo/aiscript, and Megalodon
2024-04-27 05:42:37 +09:00

48 lines
1.4 KiB
JSON

{
"name": "firefish-js",
"version": "0.0.27",
"description": "Firefish SDK for JavaScript",
"homepage": "https://firefish.dev/firefish/firefish/-/tree/develop/packages/firefish-js",
"main": "./built/index.js",
"types": "./src/index.ts",
"license": "MIT",
"scripts": {
"build": "pnpm swc src --out-dir built --source-maps false --copy-files --strip-leading-paths",
"build:debug": "pnpm swc src --out-dir built --source-maps true --copy-files --strip-leading-paths",
"watch": "pnpm swc src --out-dir built --source-maps true --copy-files --strip-leading-paths --watch",
"lint": "pnpm biome check --apply src",
"format": "pnpm biome format --write src",
"jest": "jest --coverage --detectOpenHandles",
"test": "pnpm jest && pnpm tsd"
},
"repository": {
"type": "git",
"url": "https://firefish.dev/firefish/firefish.git"
},
"devDependencies": {
"@swc/cli": "0.3.12",
"@swc/core": "1.5.0",
"@swc/types": "^0.1.6",
"@types/jest": "^29.5.12",
"@types/node": "20.12.7",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-websocket-mock": "^2.5.0",
"mock-socket": "^9.3.1",
"ts-jest": "^29.1.2",
"ts-node": "10.9.2",
"tsd": "^0.31.0",
"typescript": "5.4.5"
},
"files": [
"built"
],
"dependencies": {
"eventemitter3": "^5.0.1",
"reconnecting": "^4.4.1"
},
"optionalDependencies": {
"@swc/core-android-arm64": "1.3.11"
}
}