UNPKG

magefake

Version:
40 lines (39 loc) 881 B
{ "name": "magefake", "version": "0.0.13", "description": "a workflow for fake data.", "main": "index.js", "scripts": { "postinstall": "alfy-init", "preuninstall": "alfy-cleanup" }, "repository": { "type": "git", "url": "git+https://github.com/CoderMageFox/magefake.git" }, "keywords": [ "fakedata", "mock", "alfred", "workflow" ], "author": "CoderMageFox", "license": "MIT", "bugs": { "url": "https://github.com/CoderMageFox/magefake/issues" }, "homepage": "https://github.com/CoderMageFox/magefake#readme", "dependencies": { "@babel/polyfill": "^7.10.4", "alfred-link": "^0.3.1", "alfy": "^0.9.1", "dayjs": "^1.8.30", "git-cz": "^4.7.0", "lodash": "^4.17.19" }, "devDependencies": { "@babel/cli": "^7.10.5", "@babel/core": "^7.10.5", "@babel/preset-env": "^7.10.4" } }