-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "vin-socket.client",
"version": "1.1.1",
"main": "./dist/index.js",
"description": "This application maintains the light weight of transmision and performance over websocket connection",
"license": "ISC",
"scripts": {
"clean": "rm -rf ./dist",
"types": "npx tspc",
"bundle": "npx webpack --config ./config/webpack.config.js",
"build": "npm run clean; npm run types; npm run bundle"
},
"repository": {
"prepare": "npx ts-patch install -s",
"type": "git",
"url": "git+ssh://git@github.com/petatemarvin26/vin-socket.client.git"
},
"keywords": [
"Websocket"
],
"exports": {
".": "./dist/index.js"
},
"files": [
"dist",
"src"
],
"author": {
"email": "petatemarvin26@gmail.com",
"name": "Marvin Petate",
"url": "https://marvin-petate.web.app/"
},
"bugs": {
"url": "https://github.com/petatemarvin26/vin-socket.client/issues"
},
"homepage": "https://github.com/petatemarvin26/vin-socket.client#readme",
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/webpack": "^5.28.5",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"ts-patch": "^3.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.0.3",
"typescript-transform-paths": "^3.4.7",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
}
}