{ "name": "@reggi/subrepo-cli", "version": "0.0.185", "description": "Creates a repo with commits & files from another repo subdirectory", "repository": { "type": "git", "url": "https://github.com/reggi/subrepo-cli" }, "author": "Thomas Reggi", "main": "./index.build.js", "bin": { "subrepo": "./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": "npm run standard && npm run jest" }, "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-plus": "^0.0.184", "@reggi/help": "^0.0.193", "@reggi/subrepo": "^0.0.186", "babel-runtime": "^6.26.0", "lodash": "^4.17.10" }, "devDependencies": { "@reggi/help.string-argv": "^0.0.194", "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", "execa": "^0.10.0", "fs-extra": "^6.0.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" }