{"name":"runjs","version":"4.2.0","description":"Minimalistic building tool","keywords":["build","system","make","tool"],"main":"lib/index.js","bin":{"run":"bin/run.js"},"scripts":{"lint":"eslint src/** bin/run.js test/**","build":"babel src/ --out-dir lib/","test":"yarn run lint && flow check && yarn run build && yarn run sandbox:setup:dev && jest ./test --coverage","test:unit":"jest ./test/unit/","test:e2e":"jest ./test/e2e/","test:prod":"yarn run sandbox:setup:prod && jest ./test/e2e/","sandbox:setup:dev":"yarn run sandbox:yarn && yarn run sandbox:link:dev","sandbox:setup:prod":"yarn run sandbox:yarn && yarn run sandbox:link:prod","sandbox:yarn":"(cd ./test/e2e/sandbox/babel && yarn) && (cd ./test/e2e/sandbox/typescript && yarn)","sandbox:clean":"rm -rf ./test/e2e/sandbox/babel/node_modules && rm -rf ./test/e2e/sandbox/typescript/node_modules","sandbox:link:dev":"yarn run sandbox:link:dev:babel && yarn run sandbox:link:dev:typescript","sandbox:link:dev:babel":"rm -rf ./test/e2e/sandbox/babel/node_modules/runjs && ln -s ../../../../../ ./test/e2e/sandbox/babel/node_modules/runjs","sandbox:link:dev:typescript":"rm -rf ./test/e2e/sandbox/typescript/node_modules/runjs && ln -s ../../../../../ ./test/e2e/sandbox/typescript/node_modules/runjs","sandbox:link:prod":"yarn run sandbox:link:prod:babel && yarn run sandbox:link:prod:typescript","sandbox:link:prod:babel":"rm -rf ./test/e2e/sandbox/babel/node_modules/runjs && (cd ./test/e2e/sandbox/babel && yarn add runjs)","sandbox:link:prod:typescript":"rm -rf ./test/e2e/sandbox/typescript/node_modules/runjs && (cd ./test/e2e/sandbox/typescript && yarn add runjs)","clean":"rm -rf node_modules && yarn run sandbox:clean","precommit":"lint-staged"},"lint-staged":{"*.js":["eslint --fix","git add"]},"engines":{"node":">=6.11.1"},"repository":{"type":"git","url":"git+https://github.com/pawelgalazka/runjs.git"},"author":{"name":"Pawel Galazka"},"license":"MIT","bugs":{"url":"https://github.com/pawelgalazka/runjs/issues"},"homepage":"https://github.com/pawelgalazka/runjs#readme","dependencies":{"chalk":"2.3.0","lodash.padend":"4.6.1","microcli":"1.2.0"},"devDependencies":{"babel-cli":"6.26.0","babel-eslint":"8.0.1","babel-preset-flow":"6.23.0","eslint":"4.10.0","eslint-config-prettier":"2.7.0","eslint-plugin-flowtype":"2.39.1","eslint-plugin-prettier":"2.3.1","flow-bin":"0.58.0","husky":"0.14.3","jest":"21.2.1","lint-staged":"4.3.0","prettier":"1.7.4"},"babel":{"presets":["flow"]},"jest":{"testEnvironment":"node","collectCoverageFrom":["src/**/*.js","bin/**/*.js"],"coverageReporters":["text"],"coverageThreshold":{"global":{"lines":70}}},"gitHead":"0ad149a3d4794d25036988f5ed869034cd08c49c","_id":"runjs@4.2.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"pawelgalazka","email":"pawel.galazka1986@gmail.com"},"dist":{"shasum":"57fc851ae9310e931d379fb17dadce98f51f2b11","size":40148,"noattachment":false,"key":"/runjs/-/runjs-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/runjs/download/runjs-4.2.0.tgz"},"maintainers":[{"name":"pawelgalazka","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/runjs-4.2.0.tgz_1509878389513_0.7215229508001357"},"directories":{},"publish_time":1509878389696,"_hasShrinkwrap":false,"_cnpm_publish_time":1509878389696,"_cnpmcore_publish_time":"2021-12-18T23:35:11.379Z","dist-tags":{"beta":"4.4.0-beta.1","latest":"4.4.2"}}