{ "name": "ballin-scripts", "version": "1.0.0", "description": "Useful scripts to save time", "scripts": { "test": "eslint . && NODE_ENV=test mocha" }, "repository": { "type": "git", "url": "git+https://github.com/JBallin/ballin-scripts.git" }, "author": { "name": "JBallin", "url": "https://medium.com/@PrintSupWorld" }, "license": "ISC", "bugs": { "url": "https://github.com/JBallin/ballin-scripts/issues" }, "homepage": "https://github.com/JBallin/ballin-scripts#readme", "devDependencies": { "chai": "^4.3.6", "eslint": "^8.9.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.4", "mocha": "^9.2.0" }, "dependencies": { "change-atom-theme": "file:scripts/atom_theme" } }