UNPKG

@pfmcodes/n

Version:

n is a module node which compiles and does all the heavy work for you

37 lines (36 loc) 775 B
{ "name": "@pfmcodes/n", "version": "1.0.5", "description": "n is a module node which compiles and does all the heavy work for you", "main": "src/index.ts", "bin": { "n": "src/index.ts" }, "scripts": { "test": "ts-node src/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/pfm37/n.git" }, "keywords": [ "work", "heavy", "work", "n" ], "author": "PFMCODES", "license": "ISC", "bugs": { "url": "https://github.com/pfm37/n/issues" }, "homepage": "https://github.com/pfm37/n#readme", "devDependencies": { "@types/node": "^22.15.31" }, "dependencies": { "child_process": "^1.0.2", "path": "^0.12.7", "readline": "^1.3.0" } }