46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "bare-net",
|
|
"version": "2.3.1",
|
|
"description": "TCP and IPC servers and clients for JavaScript",
|
|
"exports": {
|
|
"./package": "./package.json",
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"./constants": {
|
|
"types": "./lib/constants.d.ts",
|
|
"default": "./lib/constants.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "prettier . --check && bare test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/holepunchto/bare-net.git"
|
|
},
|
|
"author": "Holepunch",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/holepunchto/bare-net/issues"
|
|
},
|
|
"homepage": "https://github.com/holepunchto/bare-net#readme",
|
|
"dependencies": {
|
|
"bare-events": "^2.2.2",
|
|
"bare-pipe": "^4.0.0",
|
|
"bare-stream": "^2.0.0",
|
|
"bare-tcp": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"brittle": "^3.3.0",
|
|
"prettier": "^3.4.1",
|
|
"prettier-config-holepunch": "^2.0.0"
|
|
}
|
|
}
|