forked from djsteinmetz/oc-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 723 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 723 Bytes
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
{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ts": "ts-node"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@azure/cosmos": "^3.5.3",
"@ordercloud/cms-sdk": "^1.0.1",
"axios": "^0.21.1",
"csvtojson": "^2.0.10",
"lodash": "^4.17.19",
"ordercloud-javascript-sdk": "^4.2.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@types/lodash": "^4.14.123",
"@types/node": "^11.12.0",
"ts-node": "^8.0.3"
}
}