You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
679 B
JSON
28 lines
679 B
JSON
5 months ago
|
{
|
||
|
"name": "@promistream/debug",
|
||
|
"version": "0.1.0",
|
||
|
"description": "A stream for debugging purposes, that logs everything that goes through it",
|
||
|
"repository": {
|
||
|
"url": "https://git.cryto.net/promistream/debug.git"
|
||
|
},
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"promistream",
|
||
|
"debug",
|
||
|
"development"
|
||
|
],
|
||
|
"author": "Sven Slootweg <admin@cryto.net>",
|
||
|
"license": "WTFPL OR CC0-1.0",
|
||
|
"dependencies": {
|
||
|
"colorette": "^2.0.20"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@promistream/collect": "^0.1.1",
|
||
|
"@promistream/from-iterable": "^0.1.0",
|
||
|
"@promistream/pipe": "^0.1.6"
|
||
|
}
|
||
|
}
|