{ "name": "hyperbuild", "version": "0.0.2", "description": "Streaming HTML preprocessor and minifier written in C and Emscripten for Node.js", "types": "out/main.d.js", "main": "out/hyperbuild.em.js", "files": [ "out/**" ], "scripts": { "clean": "rm -rf tmp out", "preprocess": "./preprocess.sh", "build": "npm run clean && ./compile.sh", "buildDebug": "npm run clean && ./compile.sh --debug", "buildInternalDocs": "npm run preprocess && doxygen Doxyfile", "test": "mocha out/test/**/*.spec.js", "prepublishOnly": "npm run test && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/wilsonzlin/hyperbuild.git" }, "keywords": [ "html", "c", "fast", "build", "builder", "preprocess", "preprocessor", "minify", "minifier" ], "author": { "email": "contact@wilsonl.in", "name": "Wilson Lin", "url": "https://wilsonl.in/" }, "license": "MIT", "bugs": { "url": "https://github.com/wilsonzlin/hyperbuild/issues" }, "homepage": "https://github.com/wilsonzlin/hyperbuild#readme", "devDependencies": { "@types/chai": "^4.1.3", "@types/emscripten": "0.0.31", "@types/fs-extra": "^5.0.4", "@types/mocha": "^5.2.1", "@types/node": "^10.5.6", "@types/strip-ansi": "^3.0.0", "chai": "^4.1.2", "fs-extra": "7.0.0", "mocha": "^5.2.0", "strip-ansi": "^4.0.0", "ts-node": "^6.1.0", "typescript": "3.0.1" } }