UNPKG

563 BJSONView Raw
1{
2 "name": "@kiina/salesforce",
3 "version": "1.8.1",
4 "description": "",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 0",
8 "postversion": "git push --follow-tags"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git@gitlab.com:kiina.ai/packages/salesforce.git"
13 },
14 "author": "",
15 "license": "ISC",
16 "dependencies": {
17 "lodash": "^4.17.11",
18 "nforce": "^1.10.2",
19 "request": "^2.88.0",
20 "rxjs": "^6.3.3",
21 "base64-arraybuffer": "^0.2.0"
22 },
23 "engines": {
24 "node": "10.x"
25 }
26}