{ "name": "@reggi/here", "version": "0.0.184", "description": "", "repository": { "type": "git", "url": "https://github.com/reggi/here" }, "author": "Thomas Reggi", "main": "./index.build.js", "bin": { "here": "./index.build.js" }, "scripts": { "babel": "babel ./index.js --out-file ./index.build.js", "babel:watch": "npm run babel -- --watch", "build": "npm run babel", "jest": "jest", "jest:coverage": "jest --coverage", "standard": "standard", "test": "jest --coverage", "test:result": "npm run test --silent &>/dev/null || echo $?" }, "babel": { "plugins": [ "transform-object-rest-spread", "transform-runtime" ], "presets": [ [ "env", { "targets": { "node": "4" } } ] ] }, "jest": { "collectCoverage": true, "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } } }, "dependencies": { "@reggi/command": "^0.0.193", "babel-runtime": "^6.26.0", "execa": "^0.10.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^8.2.3", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "jest": "^23.1.0", "sinon": "^5.1.0", "standard": "^11.0.0" }, "publishConfig": { "access": "public" }, "standard": { "parser": "babel-eslint", "ignore": [ "*.build.js" ], "globals": [ "beforeAll", "afterAll", "expect", "test", "beforeEach", "afterEach", "it", "jest" ] }, "gitHead": "c24267f4271ab183476525b60013296743d08c89" }