UNPKG

contensis-delivery-api

Version:

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

77 lines (76 loc) 2.41 kB
{ "name": "contensis-delivery-api", "version": "1.6.0", "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 --colors && 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.27.0", "@types/jasmine": "^3.10.18", "@types/node": "^20.17.48", "copy-webpack-plugin": "^4.6.0", "eslint": "^9.27.0", "istanbul-instrumenter-loader": "^3.0.1", "jasmine-core": "^3.99.1", "karma": "^6.4.4", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", "karma-jasmine": "^2.0.1", "karma-jasmine-html-reporter": "^1.7.0", "karma-mocha-reporter": "^2.2.5", "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^3.0.5", "rimraf": "^6.0.1", "ts-loader": "^3.5.0", "typescript": "^4.9.5", "typescript-eslint": "^8.32.1", "uglify-js": "^3.19.3", "webpack": "3.12.0" }, "dependencies": { "contensis-core-api": "^1.2.0", "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" ] }