UNPKG

xxc

Version:

execute script from working folder

46 lines 1.04 kB
{ "name": "xxc", "version": "0.0.1", "description": "execute script from working folder", "main": "src/index.js", "bin": { "xxc": "src/index.js" }, "files": [ "src" ], "license": "MIT", "keywords": [ "scripty", "excute scripts" ], "author": "Nir winkler <madvinking@gmail.com>", "repository": { "type": "git", "url": "https://github.com/Madvinking/xxc.git" }, "publishConfig": { "access": "public" }, "scripts": { "clean": "rm -rf node_modules", "test": "jest --config jest.config.js --silent=false full-cycle", "test:watch": "jest --watch --config jest.config.js --silent=false full-cycle", "lint": "eslint --quiet --color ." }, "dependencies": {}, "devDependencies": { "pnpm": "6.2.5", "husky": "6.0.0", "eslint": "^7.25.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "jest": "26.6.3", "nodemon": "2.0.7", "prettier": "^2.2.1" }, "peerDependencies": {}, "volta": { "node": "16.1.0" } }