contensis-management-api
Version:
Client for managing content using the Contensis Management API
79 lines (78 loc) • 2.4 kB
JSON
{
"name": "contensis-management-api",
"version": "2.4.0",
"description": "Client for managing content using the Contensis Management API",
"engines": {
"node": ">=14"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"lint": "npx eslint src/**/*.ts",
"pretest": "rimraf coverage",
"build": "rimraf lib && npx tsc -p src/tsconfig-npm.json && npm run lint",
"test": "karma start --test-target npm",
"test:watch": "karma start --test-target npm --auto-watch --no-single-run",
"build:es5": "rimraf bundle-es5 && npx tsc -p src",
"build:esnext": "rimraf bundle-es2015 && npx tsc -p src/tsconfig-esnext.json && npm run lint",
"test:esnext": "karma start",
"all": "npm run build && npm run test && npm run build:esnext && npm run test:esnext"
},
"repository": {
"type": "git",
"url": "git+https://github.com/contensis/contensis-management-api.git"
},
"author": "Zengenti Ltd <development@zengenti.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/contensis/contensis-management-api/issues"
},
"homepage": "https://www.contensis.com/help-and-docs/apis/management-js",
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/graceful-fs": "^4.1.9",
"@types/jasmine": "^5.1.8",
"@types/node": "^20.17.50",
"coverage-istanbul-loader": "^3.0.5",
"eslint": "^9.27.0",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "^5.7.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.1",
"rimraf": "^6.0.1",
"ts-loader": "^9.5.2",
"typescript": "^4.9.5",
"typescript-eslint": "^8.32.1",
"webpack": "^5.99.9"
},
"dependencies": {
"contensis-core-api": "^1.2.1",
"cross-fetch": "^3.2.0",
"es6-promise": "^4.2.8",
"form-data": "^4.0.2",
"graceful-fs": "^4.2.11",
"node-fetch": "^2.7.0",
"tslib": "^2.4.0",
"whatwg-fetch": "^3.6.20"
},
"directories": {
"lib": "lib"
},
"keywords": [
"contensis",
"cms",
"dxp",
"content",
"management",
"api",
"js",
"library",
"client"
]
}