{ "name": "@reggi/pkg", "version": "0.0.190", "description": "Plugin based package.json generation", "repository": { "type": "git", "url": "https://github.com/reggi/pkg" }, "author": "Thomas Reggi", "main": "./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/journey": "^1.0.192", "@reggi/journey.coerce-to-array": "^0.0.194", "@reggi/pkg.fs": "^0.0.194", "@reggi/pkg.is-local-module": "^0.0.194", "@reggi/pkg.pretty-json": "^0.0.193", "@reggi/pkg.read-json": "^0.0.192", "babel-runtime": "^6.26.0", "bluebird": "^3.5.1", "debug": "^3.1.0", "lodash": "^4.17.10" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^8.2.3", "babel-jest": "^22.4.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "fs-extra": "^6.0.1", "jest": "^23.1.0", "mock-fs": "^4.4.2", "mz": "^2.7.0", "standard": "^11.0.0" }, "publishConfig": { "access": "public" }, "standard": { "parser": "babel-eslint", "ignore": [ "index.build.js" ], "globals": [ "beforeAll", "afterAll", "expect", "test", "beforeEach", "afterEach", "it", "jest" ] }, "gitHead": "c24267f4271ab183476525b60013296743d08c89" }