-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 823 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
36
37
{
"name": "kajitsu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "yarn workspaces run build",
"test": "yarn workspaces run test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/MaxMEllon/kajitsu.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxMEllon/kajitsu/issues"
},
"homepage": "https://github.com/MaxMEllon/kajitsu#readme",
"private": true,
"workspaces": [
"packages/naruto",
"packages/ichigo",
"packages/knife",
"packages/lemon",
"packages/suica",
"packages/zakuro",
"packages/melon"
],
"devDependencies": {
"@types/jest": "26.0.24",
"@types/node": "16.11.35",
"jest": "26.6.3",
"ts-jest": "26.5.6",
"typescript": "4.6.3"
}
}