UNPKG

@sinclair/hammer

Version:

Build Tool for Browser and Node Applications

43 lines (42 loc) 930 B
{ "name": "@sinclair/hammer", "version": "0.18.0", "description": "Build Tool for Browser and Node Applications", "author": "sinclairzx81", "keywords": [ "esbuild", "bundle", "html", "node", "watch", "tasks", "esm" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sinclairzx81/hammer" }, "main": "index.js", "bin": { "hammer": "./hammer" }, "scripts": { "clean": "smoke-task clean", "format": "smoke-task format", "build": "smoke-task build", "start": "smoke-task start", "install_cli": "smoke-task install_cli", "publish": "smoke-task publish" }, "devDependencies": { "@types/node": "^14.14.41", "prettier": "^2.7.1", "smoke-run": "^1.4.0", "smoke-task": "^1.1.4", "typescript": "^4.2.4" }, "dependencies": { "esbuild": "0.15.7" } }