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