UNPKG

contensis-delivery-api

Version:

Client for retrieving content using the read-only Contensis Delivery API

78 lines (77 loc) 2.43 kB
{ "name": "contensis-delivery-api", "version": "1.6.1", "description": "Client for retrieving content using the read-only Contensis Delivery API", "engines": { "node": ">=14" }, "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "lint": "npx eslint src/**/*.ts", "pretest": "rimraf -g coverage/*", "test": "karma start", "test:npm": "karma start --test-target npm", "test:watch": "npm run test -- --auto-watch --no-single-run", "build:es5": "npx tsc -p src", "build:esnext": "npx tsc -p src/tsconfig-esnext.json && npm run lint", "build:contensis": "rimraf -g bundle/* && webpack --progress && node build/create-contensis-dts.js && rimraf bundle/es5", "build:npm": "npx tsc -p src/tsconfig-npm.json && npm run lint", "all": "npm run build:esnext && npm run test && npm run build:npm && npm run test:npm && npm run build:contensis" }, "repository": { "type": "git", "url": "git+https://github.com/contensis/contensis-delivery-api.git" }, "author": "Zengenti Ltd <development@zengenti.com>", "license": "ISC", "bugs": { "url": "https://github.com/contensis/contensis-delivery-api/issues" }, "homepage": "https://www.contensis.com/help-and-docs/apis/delivery-js", "devDependencies": { "@eslint/js": "^9.30.1", "@types/jasmine": "^5.1.8", "@types/node": "^20.19.4", "copy-webpack-plugin": "^13.0.0", "coverage-istanbul-loader": "^3.0.5", "eslint": "^9.30.1", "jasmine-core": "^5.8.0", "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.36.0", "uglify-js": "^3.19.3", "webpack": "^5.99.9", "webpack-cli": "^6.0.1" }, "dependencies": { "contensis-core-api": "^1.2.1", "cross-fetch": "^3.2.0", "es6-promise": "^4.2.8", "tslib": "^2.8.1", "whatwg-fetch": "^3.0.0" }, "directories": { "lib": "lib" }, "keywords": [ "contensis", "cms", "dxp", "content", "delivery", "api", "js", "library", "client" ] }