{ "name": "stream-helper", "version": "1.0.0", "description": "", "lib": "index/index.js", "files": [ "lib/*" ], "scripts": { "test": "mocha -r ts-node/register test/*.test.ts", "test:watch": "mocha -r ts-node/register --watch --watch-files src/**/*.ts --reporter Min test/*.test.ts", "prebuild": "npm run clean", "build": "tsc -p tsconfig.json", "build:watch": "tsc -p tsconfig.json --watch", "clean": "rimraf lib" }, "author": "", "license": "MPL-2.0", "dependencies": {}, "devDependencies": { "@types/mocha": "^7.0.2", "@types/node": "^12.12.38", "fast-check": "^1.24.2", "mocha": "^7.1.2", "rimraf": "^3.0.2", "ts-node": "^8.10.1", "typescript": "^3.9.2" } }