-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.71 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "motif",
"version": "1.0.0",
"description": "a harmony server in typescript",
"main": "index.js",
"scripts": {
"build": "etsc",
"dev": "nodemon",
"test": "test",
"lint": "eslint \"**/*.{vue,ts,js}\"",
"prettify": "prettier --write \"src/**/*.{vue,ts,js}\" && eslint --fix \"src/**/*.{vue,ts,js}\""
},
"author": "Harmony Contributors",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@antfu/eslint-config": "^0.16.1",
"@types/co-body": "^6.1.0",
"@types/koa": "^2.13.4",
"@types/koa-logger": "^3.1.2",
"@types/koa-router": "^7.4.4",
"@types/koa-websocket": "^5.0.7",
"@types/koa__cors": "^3.1.1",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"esbuild-node-loader": "^0.6.5",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"esm": "^3.2.25",
"esno": "^0.14.1",
"nodemon": "^2.0.15",
"prettier": "2.5.1",
"ts-eager": "^2.0.2",
"ts-proto": "git+https://github.com/harmony-development/ts-proto.git#e5aac6170af8d14d4a91997fd61a0d0b3456c8ed",
"typescript": "^4.5.5"
},
"dependencies": {
"@koa/cors": "^3.1.0",
"@types/ioredis": "^4.28.8",
"@types/pg": "^8.6.4",
"@types/yargs": "^17.0.8",
"argon2": "^0.28.4",
"callsite-record": "^4.1.4",
"chalk": "4",
"co-body": "^6.1.0",
"event-iterator": "^2.0.0",
"ioredis": "^4.28.5",
"koa": "^2.13.4",
"koa-logger": "^3.2.1",
"koa-router": "^10.1.1",
"koa-websocket": "^6.0.0",
"lexorank": "^1.0.4",
"long": "^5.2.0",
"mitt": "^3.0.0",
"p-event": "^5.0.1",
"pg": "^8.7.3",
"protobufjs": "^6.11.2",
"raw-body": "^2.4.3",
"vitest": "^0.4.2",
"yaml": "^1.10.2",
"yargs": "^17.3.1"
}
}