@universis/docutracks
Version:
Implementation of document numbering services hosted by docutracks
58 lines (57 loc) • 1.47 kB
JSON
{
"name": "@universis/docutracks",
"version": "1.0.7",
"description": "Implementation of document numbering services hosted by docutracks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jasmine",
"build": "rimraf dist && rollup --config rollup.config.js",
"watch": "rollup --config rollup.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/universis/docutracks.git"
},
"keywords": [
"universis",
"plugin",
"api",
"data",
"documents",
"numbering",
"docnumbers"
],
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/universis/docutracts/issues"
},
"homepage": "https://gitlab.com/universis/docutracts#readme",
"peerDependencies": {
"@themost/common": "^2",
"@themost/data": "^2",
"@themost/query": "^2",
"@themost/xml": "^2",
"@themost/express": "^1",
"@themost/web": "^2",
"@universis/docnumbers": "^1"
},
"dependencies": {
"node-fetch": "^2.6.6"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.0",
"@themost/express": "^1.5.18",
"@types/jasmine": "^3.10.1",
"@types/node": "^16.11.6",
"@types/node-fetch": "^2.5.12",
"dotenv": "^10.0.0",
"jasmine": "^3.10.0",
"jasmine-spec-reporter": "^7.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.59.0",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typescript": "^4.4.4"
}
}