UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@kweli/cs-rest",
3 "version": "1.0.21",
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.umd.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 "bump": "versiony package.json --patch"
15 },
16 "dependencies": {
17 "assert": "^2.0.0",
18 "axios": "^0.21.1",
19 "form-data": "^4.0.0",
20 "is-object": "^1.0.2",
21 "lodash.get": "^4.4.2",
22 "lodash.isnil": "^4.0.0"
23 },
24 "devDependencies": {
25 "@babel/core": "^7.13.10",
26 "@babel/preset-env": "^7.13.10",
27 "@babel/runtime-corejs3": "^7.13.10",
28 "@rollup/plugin-babel": "^5.3.0",
29 "@rollup/plugin-commonjs": "^17.1.0",
30 "@rollup/plugin-json": "^4.1.0",
31 "@rollup/plugin-node-resolve": "11.2.0",
32 "@rollup/plugin-replace": "^2.4.1",
33 "rollup-plugin-terser": "^7.0.2"
34 },
35 "keywords": [
36 "opentext",
37 "content-server",
38 "rest",
39 "axios"
40 ]
41}
\No newline at end of file