prettier/package.json

12 lines
265 B
JSON
Raw Normal View History

2016-11-29 20:14:10 +03:00
{
2016-11-29 20:19:53 +03:00
"name": "jscodefmt",
"version": "0.0.1",
2016-11-29 20:14:10 +03:00
"bin": { "jscodefmt": "./bin/jscodefmt" },
2016-11-29 23:23:00 +03:00
"main": "./index.js",
2016-11-29 20:14:10 +03:00
"dependencies": {
"babylon": "^6.14.1",
"minimist": "^1.2.0",
"recast": "git+https://github.com/jlongster/recast.git#print-all!"
}
}