-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "elara",
"version": "2.0.0",
"description": "[中文](https://github.com/patractlabs/elara/blob/master/README-zh.md)",
"workspaces": [
"packages/*"
],
"private": true,
"scripts": {
"api": "yarn workspace @elara/api",
"wsrpc": "yarn workspace @elara/wsrpc",
"suducer": "yarn workspace @elara/suducer",
"job": "yarn workspace @elara/job",
"script": "yarn workspace @elara/scripts",
"lib": "yarn workspace @elara/lib",
"build": "ts-node packages/scripts/build.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patractlabs/elara-ts.git"
},
"author": "Bruce",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/patractlabs/elara-ts/issues"
},
"homepage": "https://github.com/patractlabs/elara-ts#readme",
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^16.4.7",
"jest": "^26.6.3",
"ts-node": "^10",
"lerna": "^4.0.0",
"minimist": "^1.2.5",
"ts-jest": "^26.5.6",
"typescript": "^4.3.5"
}
}