32 lines
662 B
JSON
Executable File
32 lines
662 B
JSON
Executable File
{
|
|
"name": "bare-stream",
|
|
"version": "1.0.0",
|
|
"description": "Streaming data for JavaScript",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./package": "./package.json"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "standard"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/holepunchto/bare-stream.git"
|
|
},
|
|
"author": "Holepunch",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/holepunchto/bare-stream/issues"
|
|
},
|
|
"homepage": "https://github.com/holepunchto/bare-stream#readme",
|
|
"dependencies": {
|
|
"streamx": "^2.16.1"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^17.0.0"
|
|
}
|
|
}
|