eternal-flame-AD
c830e9ba0d
Some checks failed
Test (production install and build) / production (22.11.0) (push) Successful in 1m59s
Lint / pnpm_install (push) Successful in 2m22s
Publish Docker image / Build (push) Successful in 5m29s
Lint / lint (backend) (push) Successful in 3m45s
Lint / lint (frontend-embed) (push) Successful in 3m4s
Lint / lint (misskey-bubble-game) (push) Failing after -4s
Lint / lint (misskey-js) (push) Failing after -4s
Lint / lint (misskey-reversi) (push) Failing after -3s
Lint / lint (sw) (push) Failing after 12m56s
Lint / lint (frontend-shared) (push) Failing after 15m37s
Lint / lint (frontend) (push) Failing after 19m30s
Lint / typecheck (misskey-js) (push) Successful in 2m14s
Lint / typecheck (sw) (push) Successful in 2m27s
Lint / typecheck (backend) (push) Successful in 2m53s
This reverts commit eef0c895bc
. Cannot
reproduce original issue in question
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"type": "module",
|
|
"name": "misskey-js",
|
|
"version": "2024.11.0-yumechinokuni.3",
|
|
"description": "Misskey SDK for JavaScript",
|
|
"license": "MIT",
|
|
"main": "./built/index.js",
|
|
"types": "./built/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./built/index.js",
|
|
"types": "./built/index.d.ts"
|
|
},
|
|
"./*": {
|
|
"import": "./built/*",
|
|
"types": "./built/*"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "node ./build.js",
|
|
"watch": "nodemon -w package.json -e json --exec \"node ./build.js --watch\"",
|
|
"tsd": "tsd",
|
|
"api": "pnpm api-extractor run --local --verbose",
|
|
"api-prod": "pnpm api-extractor run --verbose",
|
|
"eslint": "eslint './**/*.{js,jsx,ts,tsx}'",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "pnpm typecheck && pnpm eslint",
|
|
"jest": "jest --coverage --detectOpenHandles",
|
|
"test": "pnpm jest && pnpm tsd",
|
|
"update-autogen-code": "pnpm --filter misskey-js-type-generator generate && ncp generator/built/autogen src/autogen"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/misskey-dev/misskey.git",
|
|
"directory": "packages/misskey-js"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/api-extractor": "7.47.11",
|
|
"@swc/jest": "0.2.37",
|
|
"@types/jest": "29.5.14",
|
|
"@types/node": "22.9.0",
|
|
"@typescript-eslint/eslint-plugin": "7.17.0",
|
|
"@typescript-eslint/parser": "7.17.0",
|
|
"jest": "29.7.0",
|
|
"jest-fetch-mock": "3.0.3",
|
|
"jest-websocket-mock": "2.5.0",
|
|
"mock-socket": "9.3.1",
|
|
"ncp": "2.0.0",
|
|
"nodemon": "3.1.7",
|
|
"execa": "9.5.1",
|
|
"tsd": "0.31.2",
|
|
"typescript": "5.6.3",
|
|
"esbuild": "0.24.0",
|
|
"glob": "11.0.0"
|
|
},
|
|
"files": [
|
|
"built"
|
|
],
|
|
"dependencies": {
|
|
"@simplewebauthn/types": "11.0.0",
|
|
"eventemitter3": "5.0.1",
|
|
"reconnecting-websocket": "4.4.0"
|
|
}
|
|
}
|