-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (63 loc) · 1.4 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "sails-hook-sequelize-blueprints",
"version": "1.3.5",
"description": "Sails V1.5 blueprints with sequelize V6",
"main": "index.js",
"sails": {
"isHook": true,
"hookName": "sequelize-blueprints"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/bootstrap.test.js test/unit/**/*.test.js"
},
"keywords": [
"sails",
"sequelize",
"blueprints"
],
"author": {
"name": "Raymond Fest"
},
"license": "MIT",
"devDependencies": {
"mocha": "^9.1.1",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"root-require": "^0.3.1",
"sails-disk": "^2.1.0",
"should": "^13.2.3",
"supertest": "^6.1.6",
"sails": "^1.4.4",
"sequelize": "^6.6.5"
},
"dependencies": {
"async": "^3.2.1",
"cls-hooked": "^4.2.2",
"lodash": ">=4.17.11",
"merge-defaults": "^0.2.2",
"pluralize": "^8.0.0",
"sails-stringfile": "^0.3.3",
"sails-util": "^0.11.0"
},
"peerDependencies": {
"sails": "^1.x",
"sequelize": "^6.x",
"sails-hook-sequelize": "^1.x"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/aristot/sails-hook-sequelize-blueprints.git"
},
"bugs": {
"url": "https://github.com/aristot/sails-hook-sequelize-blueprints.git/issues"
},
"maintainers": [
{
"name": "aristot",
"email": "raymond.fest@gmail.com"
}
]
}