-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "web-draw",
"version": "0.12.8",
"description": "A little real-time online collaborative drawing program.",
"private": true,
"scripts": {
"build": "make server.js && rm -rf Makefile server.ts tsconfig.json webpack.config.js public src .git .gitignore .gitattributes .github .firebaserc firebase.json LICENSE README.md",
"start": "node server.js",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martendo/web-draw.git"
},
"author": "martendo",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/martendo/web-draw/issues"
},
"homepage": "https://github.com/martendo/web-draw",
"dependencies": {
"msgpack-lite": "^0.1.26",
"ws": "^7.4.5"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.5"
},
"devDependencies": {
"@types/msgpack-lite": "^0.1.8",
"@types/ws": "^8.2.2",
"clean-css-cli": "^5.5.0",
"html-minifier": "^4.0.0",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.1"
}
}