UNPKG

925 BJSONView Raw
1{
2 "name": "@kweli/cs-rest",
3 "version": "1.0.8",
4 "description": "Simple authentication and REST calls for OpenText Content Server.",
5 "main": "lib/index.cjs.js",
6 "module": "lib/index.es.js",
7 "unpkg": "lib/index.min.js",
8 "repository": "https://github.com/chriscdn/cs-rest",
9 "author": "Christopher Meyer <chris.meyer@kwe.li> (https://kwe.li/)",
10 "license": "MIT",
11 "scripts": {
12 "build": "rollup -c",
13 "watch": "rollup -c --watch"
14 },
15 "dependencies": {
16 "axios": "^0.19.2",
17 "form-data": "^3.0.0",
18 "lodash.get": "^4.4.2"
19 },
20 "devDependencies": {
21 "@babel/core": "^7.9.0",
22 "@babel/preset-env": "^7.9.0",
23 "@babel/runtime-corejs3": "^7.9.2",
24 "@rollup/plugin-commonjs": "^11.0.2",
25 "@rollup/plugin-node-resolve": "^7.1.1",
26 "@rollup/plugin-replace": "^2.3.1",
27 "rollup-plugin-babel": "^4.4.0",
28 "rollup-plugin-terser": "^5.3.0"
29 },
30 "keywords": [
31 "opentext",
32 "content-server",
33 "rest",
34 "axios"
35 ]
36}