-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1.18 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
{
"name": "@discall/discall",
"version": "0.0.0",
"description": "A async functional discord API Wrapper",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "yarn workspaces foreach --parallel --topological run build",
"test": "yarn workspaces foreach --parallel --topological run test",
"lint": "yarn workspaces foreach --parallel --topological run lint",
"format": "yarn workspaces foreach --parallel --topological run format",
"fmt": "yarn format",
"postinstall": "is-ci",
"docs": "yarn workspaces foreach --parallel --topological run docs",
"update": "yarn upgrade-interactive"
},
"repository": "git+https://github.com/rexwu1104/Discall.git",
"author": "rexwu1104",
"license": "ISC",
"bugs": {
"url": "https://github.com/rexwu1104/Discall/issues"
},
"homepage": "https://github.com/rexwu1104/Discall#readme",
"workspaces": [
"packages/*",
"app"
],
"packageManager": "[email protected]",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest"
}
}