-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 KB
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
40
41
42
43
44
45
46
47
48
{
"name": "@mishguru/make",
"version": "4.2.0",
"description": "Easily make rows for any Sequelize model, that are filled with mock data.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"precommit": "pkg-precommit",
"prepublish": "npm run build",
"postpublish": "git push origin master --tags",
"tidy": "pkg-tidy",
"build": "pkg-build",
"lint": "pkg-lint",
"test": "NODE_ENV=test pkg-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mishguruorg/make.git"
},
"keywords": [
"make",
"sequelize",
"fake",
"mock",
"data"
],
"author": "Mish Guru <dev@mish.guru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mishguruorg/make/issues"
},
"homepage": "https://github.com/mishguruorg/make#readme",
"devDependencies": {
"@mishguru/package": "7.5.0",
"@types/faker": "4.1.5",
"@types/matcher": "2.0.0",
"@types/sinon": "7.0.13",
"mysql": "2.17.1",
"sequelize": "3.34.0",
"sinon": "7.3.2"
},
"dependencies": {
"faker": "4.1.0",
"matcher": "2.0.0",
"tz-ids": "1.0.0",
"@types/sequelize": "3.30.9"
}
}