-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 881 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
}