UNPKG

rawx

Version:

process daemon with utilities

70 lines (69 loc) 2.41 kB
{ "name": "rawx", "version": "0.3.3", "description": "process daemon with utilities", "private": false, "license": "kind", "types": "./dist/node-enabled/index.d.ts", "exports": { ".": { "node": { "types": "./dist/node-enabled/index.d.ts", "require": "./dist/node-enabled/index.js", "import": "./dist/modules/node-esm/index.js" }, "browser": { "types": "./dist/browser-only/index.d.ts", "import": "./dist/modules/browser-esm/index.js", "require": "./dist/browser-only/index.js" }, "default": { "types": "./dist/node-enabled/index.d.ts", "require": "./dist/node-enabled/index.js", "import": "./dist/modules/node-esm/index.js" } } }, "scripts": { "release": "npm run build", "pub": "npm run release && npm publish", "clean": "rimraf \"./dist\" && rimraf \"./stage\" && rimraf ./rawx*.tgz && rimraf ./node_modules/rawx", "__build": "build is clean, copy_src, prefix line_nums to logs, build (&=>postbuild), re_i", "build": "sh ./build.sh", "tsc": "tsc -p stage/tsconfig.json", "compile_validation": "node ./src/scripts/build_json_validation_map.js", "postbuild": "sh ./src/scripts/postbuild.sh", "re_i": "sh ./src/scripts/install_build.sh", "__note": "the rest are runtime node starters", "cjs": "node test/cjs/common.cjs", "start": "node test/esm/start.mjs", "test_esm": "node test/esm/simple.mjs", "test_esm2": "node test/esm/meta.mjs" }, "repository": { "type": "git", "url": "git@github.com:lilzeta/rawx.git" }, "keywords": [ "proc", "daemon", "child-process", "server", "filewatch", "exec" ], "author": "https://github.com/lilzeta", "devDependencies": { "@types/node": "18.8.2", "rawx": "file:rawx-0.3.3.tgz", "rimraf": "3.0.2", "tsconfig-paths": "^4.1.0", "typescript": "4.7.4" }, "dependencies": { "@types/uuid": "8.3.4", "path": "0.12.7", "tree-kill": "1.2.2", "uuid": "9.0.0" } }