UNPKG

alfred-prettier

Version:
34 lines (33 loc) 753 B
{ "name": "alfred-prettier", "version": "1.1.0", "description": "Run Prettier in Alfred", "main": "index.js", "repository": "https://github.com/keyz/alfred-prettier", "author": "Keyan Zhang <root@keyanzhang.com>", "license": "MIT", "keywords": [ "Alfred", "alfy", "Flow", "Powerpack", "Prettier", "workflow" ], "dependencies": { "@babel/core": "^7.2.2", "@babel/plugin-transform-flow-comments": "^7.2.0", "@babel/plugin-transform-flow-strip-types": "^7.3.4", "alfy": "^0.8.0", "prettier": "^1.16.4" }, "scripts": { "postinstall": "alfy-init", "preuninstall": "alfy-cleanup", "test": "jest" }, "devDependencies": { "alfy-test": "^0.3.0", "jest": "^24.1.0" } }