-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 901 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 901 Bytes
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
{
"name": "@bili22/blaze",
"version": "0.2.3",
"description": "Blaze Toolbox",
"main": "dist/index.js",
"files": [
"dist"
],
"author": "bili-22 <bili@bili22.me>",
"license": "ISC",
"scripts": {
"prepublish": "yarn build",
"build": "rmdir /s /q dist & tsc",
"test": "yarn build && node dist/BlazeSocket.js"
},
"dependencies": {
"debug": "^4.3.4",
"superagent": "^8.0.3"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/superagent": "^4.1.15",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"typescript": "^4.9.3"
},
"repository": "https://github.com/bili-22/blaze.git"
}