{ "name": "@libreccm/ccm-apiclient-commons", "version": "7.0.0", "main": "target/dist/ccm-apiclient-commons.js", "types": "dist/ccm-apiclient-commons.d.ts", "description": "Client for the RESTful API provided by ccm-core.", "repository": { "type": "git", "url": "https://github.com/libreccm/libreccm/ccm-apiclient-commons" }, "author": "Jens Pelzetter", "license": "GPL-3.0", "scripts": { "build": "tsc", "check": "eslint", "doc": "typedoc --out target/docs src/main/typescript" }, "dependencies": {}, "devDependencies": { "@types/node": "^12.12.50", "@typescript-eslint/eslint-plugin": "^3.6.0", "@typescript-eslint/parser": "^3.6.0", "eslint": "^7.4.0", "typedoc": "^0.17.8", "typescript": "^3.9.6" }, "prettier": { "trailingComma": "es5", "tabWidth": 4, "semi": true, "singleQuote": false } }