forked from OpenFn/language-salesforce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "language-salesforce",
"version": "1.0.1",
"description": "Salesforce Language Pack for OpenFn",
"main": "lib/index.js",
"scripts": {
"test:watch": "mocha -w --compilers js:babel-core/register",
"build": "make",
"test": "mocha --compilers js:babel-core/register"
},
"author": "Open Function Group",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/OpenFn/language-salesforce.git"
},
"files": [
"lib/"
],
"dependencies": {
"JSONPath": "^0.10.0",
"jsforce": "1.9.0",
"language-common": "github:openfn/language-common#v0.3.0",
"lodash-fp": "^0.10.2",
"mustache": "^2.2.0",
"yargs": "^3.30.0"
},
"devDependencies": {
"assertion-error": "^1.0.1",
"babel": "^6.0.15",
"babel-cli": "^6.1.2",
"babel-core": "^6.1.2",
"babel-plugin-transform-flow-strip-types": "^6.0.14",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.3.13",
"chai": "^3.4.0",
"deep-eql": "^0.1.3",
"mocha": "^2.3.3",
"sinon": "^1.17.2",
"type-detect": "^1.0.0"
}
}