prettier/package.json

10 lines
220 B
JSON
Raw Normal View History

2016-11-29 20:14:10 +03:00
{
"title": "jscodefmt",
"bin": { "jscodefmt": "./bin/jscodefmt" },
"dependencies": {
"babylon": "^6.14.1",
"minimist": "^1.2.0",
"recast": "git+https://github.com/jlongster/recast.git#print-all!"
}
}