-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.43 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.43 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
49
50
51
52
53
54
55
56
{
"name": "sync-sequelize-salesforce",
"version": "1.0.0",
"description": "Facilitates sync between Sequelize and Salesforce",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/b0rza/sync-sequelize-salesforce.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/b0rza/sync-sequelize-salesforce/issues"
},
"homepage": "https://github.com/b0rza/sync-sequelize-salesforce#readme",
"dependencies": {
"arbiter": "2.0.2",
"bluebird": "3.7.2",
"bunyan": "1.8.15",
"cron": "1.8.2",
"cronstrue": "1.108.0",
"date-fns": "2.16.1",
"jsforce": "1.10.1",
"match-all": "1.2.6",
"memoizee": "0.4.15",
"object-hash": "2.1.1",
"pg": "^7.12.0",
"promise-queue": "2.2.5",
"safe-require": "1.0.4",
"semver": "7.3.4",
"umzug": "2.3.0"
},
"peerDependencies": {
"sequelize": "^5.16.0"
},
"devDependencies": {
"@types/eslint": "7.2.6",
"emoji-strip": "1.0.1",
"eslint": "7.19.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "^5.0.0",
"split2": "3.2.2"
},
"engines": {
"node": ">= 8.11.0",
"npm": ">= 5.8.0",
"postgres": ">= 9.4"
}
}