-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 929 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": "@rz7/wscraft2",
"version": "2.0.4",
"main": "dist/app.js",
"repository": "https://github.com/rz7d/wscraft-js",
"author": "azure",
"license": "GPL-3.0-or-later",
"contributors": [
{
"name": "kash / Hytus",
"url": "https://github.com/KashEight"
}
],
"scripts": {
"build": "parcel build --target node --bundle-node-modules --out-file app.js --no-source-maps ./src/app.ts",
"start": "ts-node ./src/app.ts"
},
"bin": {
"wscraft": "bin/wscraft.boot.js"
},
"dependencies": {
"log4js": "^6.4.0",
"node-getopt": "^0.3.2",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/node": "^14.14.14",
"@types/node-getopt": "^0.2.31",
"@types/ws": "^7.4.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.1.1",
"parcel-bundler": "^1.12.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}