-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.3 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
{
"name": "hiqidas_yjs_parser",
"version": "1.0.0",
"description": "Yjs Diff Parser for HiQidas",
"main": "src/index.ts",
"scripts": {
"build": "rm -rf dist && tsc --outDir dist",
"start": "rm -rf dist && tsc --outDir dist && node dist/index.js",
"dev": "ts-node src/index.ts",
"gen": "bash script/protoc.sh",
"lint": "eslint .",
"format": "prettier --write 'src/**/*.{ts,json}'",
"type-check": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackathon-21winter-05/HiQidas_Yjs_parser.git"
},
"author": "Team HiQidas",
"license": "MIT",
"bugs": {
"url": "https://github.com/hackathon-21winter-05/HiQidas_Yjs_parser/issues"
},
"homepage": "https://github.com/hackathon-21winter-05/HiQidas_Yjs_parser#README.md",
"dependencies": {
"lodash": "^4.17.21",
"ts-proto": "^1.106.2",
"ws": "^8.5.0",
"yjs": "^13.5.27"
},
"devDependencies": {
"@types/lodash": "^4.14.179",
"@types/node": "^16.11.26",
"@types/ws": "^8.5.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"ts-node": "^10.5.0",
"typescript": "^4.6.2"
}
}