|
|
@@ -0,0 +1,18 @@
|
|
|
+{
|
|
|
+ "name": "stream-helper",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "description": "",
|
|
|
+ "lib": "index/index.js",
|
|
|
+ "scripts": {
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1",
|
|
|
+ "build": "npm run clean && tsc && tsc -p tsconfig.json",
|
|
|
+ "clean": "rimraf lib"
|
|
|
+ },
|
|
|
+ "author": "",
|
|
|
+ "license": "MPL-2.0",
|
|
|
+ "dependencies": {},
|
|
|
+ "devDependencies": {
|
|
|
+ "@types/node": "^12.12.38",
|
|
|
+ "rimraf": "^3.0.2"
|
|
|
+ }
|
|
|
+}
|