{ "private": true, "name": "proposal-pipeline-operator", "version": "1.0.0", "description": "ECMAScript pipe-operator proposal", "repository": "tc39/proposal-pipeline-operator", "author": "Ecma TC39", "license": "BSD-3-Clause", "homepage": "https://tc39.github.io/proposal-pipeline-operator/", "dependencies": { "ecmarkup": "^12.0.0" }, "scripts": { "prebuild": "mkdir -p dist", "build": "ecmarkup --verbose spec.html dist/index.html", "watch": "npm run build -- --watch" } }