depxbox
Version:
Test npm packages super quick and easy.
58 lines (57 loc) • 1.41 kB
JSON
{
"name": "depxbox",
"version": "1.1.3",
"description": "Test npm packages super quick and easy.",
"keywords": [
"sandbox",
"dependency-testing",
"repl",
"package-explorer",
"npm-sandbox",
"library-explorer",
"sandboxed-environment",
"npm-utility",
"instant-repl"
],
"repository": "https://github.com/rg-rupeee/depxbox",
"author": "rg-rupeee <rupeshgarhwal3920@gmail.com>",
"license": "MIT",
"private": false,
"type": "module",
"main": "index.js",
"bin": {
"depxbox": "dist/bin/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/bin/index.js",
"format": "eslint . --fix",
"clean": "tsx scripts/removeDir.ts",
"clean:env": "tsx scripts/removeDir.ts __sandbox__",
"clean:dist": "tsx scripts/removeDir.ts dist",
"dev": "tsx bin/index.ts",
"prepare": "npm run build"
},
"dependencies": {
"chalk": "^5.4.1",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^12.3.0",
"ora": "^8.1.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.2",
"@types/ora": "^3.2.0",
"@types/shelljs": "^0.8.15",
"shelljs": "^0.8.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"files": [
"dist",
"README.md"
]
}