dax
Version:
Cross platform shell tools inspired by zx.
39 lines • 787 B
JSON
{
"name": "dax",
"version": "0.48.6",
"description": "Cross platform shell tools inspired by zx.",
"keywords": [
"shell",
"scripting",
"spawn",
"process"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dsherret/dax.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dsherret/dax/issues"
},
"main": "./script/mod.js",
"module": "./esm/mod.js",
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
}
},
"scripts": {
"test": "node test_runner.js"
},
"dependencies": {
"undici-types": "^5.26"
},
"devDependencies": {
"@types/node": "^22.5.0",
"picocolors": "^1.0.0",
"@deno/shim-deno-test": "~0.5.0"
},
"_generatedBy": "dnt@dev"
}