34 lines
973 B
JSON
34 lines
973 B
JSON
{
|
|
"name": "@libreccm/ccm-core-apiclient",
|
|
"version": "7.0.0",
|
|
"main": "target/dist/ccm-core-apiclient.js",
|
|
"types": "target/dist/ccm-core-apiclient.d.ts",
|
|
"description": "Client for the RESTful API provided by ccm-core.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/libreccm/libreccm"
|
|
},
|
|
"author": "Jens Pelzetter",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"doc": "typedoc --out target/docs src/main/typescript"
|
|
},
|
|
"dependencies": {
|
|
"@libreccm/ccm-apiclient-commons": "file:../ccm-apiclient-commons"
|
|
},
|
|
"devDependencies": {
|
|
"@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
|
|
}
|
|
}
|