-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 KB
/
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
36
37
38
39
40
41
42
{
"private": true,
"name": "qq-guild-sdk",
"version": "2.0.3",
"author": "yijie",
"workspaces": [
"docs",
"test",
"packages/*"
],
"scripts": {
"demo": "yarn test serve",
"docs": "yarn workspace @qq-guild-sdk/docs",
"core": "yarn workspace @qq-guild-sdk/core",
"main": "yarn workspace qq-guild-sdk",
"docs:dev": "yarn docs dev",
"build": "yarn core build && yarn main build",
"lint": "eslint packages/{core,qq-guild-sdk}/src/**/*.ts",
"test": "yarn core test"
},
"devDependencies": {
"@commitlint/config-conventional": "^15.0.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.21.0",
"axios-mock-adapter": "^1.20.0",
"chai": "^4.3.4",
"commitlint": "^15.0.0",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.8.0",
"husky": "^7.0.4",
"mocha": "^9.1.3",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.2"
}
}