UNPKG

zx

Version:

A tool for writing better scripts

35 lines (34 loc) 661 B
{ "name": "zx", "version": "1.6.0", "description": "A tool for writing better scripts", "main": "index.mjs", "types": "index.d.ts", "bin": { "zx": "zx.mjs" }, "engines": { "node": ">= 14.8.0" }, "scripts": { "test": "node zx.mjs test.mjs" }, "dependencies": { "chalk": "^4.1.1", "node-fetch": "^2.6.1", "shq": "^1.0.2", "uuid": "^8.3.2", "which": "^2.0.2" }, "publishConfig": { "registry": "https://wombat-dressing-room.appspot.com" }, "files": [ "*.mjs", "*.js", "*.d.ts" ], "repository": "google/zx", "author": "Anton Medvedev <anton@medv.io>", "license": "Apache-2.0" }