-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 849 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "mistskey",
"version": "1.1.3",
"description": "A api Wrapper for misskey ",
"main": "build/index.js",
"scripts": {
"check": "npm run lint && npm run prettier",
"prettier": "npx prettier src",
"lint": "npx eslint \"src\" --ext .ts,.tsx",
"build": "rmdir /s build && npx tsc && npx tsc --declaration"
},
"repository": {
"type": "git",
"url": "MisTsKey"
},
"keywords": [
"misskey"
],
"author": "akikaki",
"license": "MIT",
"devDependencies": {
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"zod": "^3.22.4"
},
"dependencies": {
"axios": "^1.4.0",
"mistskey-websocket-manager": "^0.0.6"
}
}