{ "name": "jscodefmt", "version": "0.0.1", "bin": { "jscodefmt": "./bin/jscodefmt" }, "main": "./index.js", "dependencies": { "ast-types": "git+https://github.com/jlongster/ast-types.git", "babylon": "git+https://github.com/jlongster/babylon.git#published", "minimist": "^1.2.0", "recast": "^0.11.18", "flow-parser": "^0.37.0" }, "devDependencies": { "jest": "^18.0.0" }, "scripts": { "test": "jest" }, "jest": { "setupFiles": [ "/tests_config/run_spec.js" ], "testRegex": [ "jsfmt\\.spec\\.js$" ], "testPathIgnorePatterns": [ "tests/new_react", "tests/more_react" ] } }