@universis/candidates
Version:
Universis api server plugin for study program candidates, internship selection etc
72 lines (71 loc) • 2.45 kB
JSON
{
"name": "@universis/candidates",
"version": "1.2.7",
"description": "Universis api server plugin for study program candidates, internship selection etc",
"main": "dist/index.js",
"scripts": {
"test": "jasmine",
"build": "babel src --config-file ./babel.config.js --out-dir dist --copy-files --source-maps",
"build:prod": "babel src --config-file ./babel.config.js --out-dir dist --copy-files ",
"watch": "babel src --config-file ./babel.config.js --out-dir dist --copy-files --source-maps --watch",
"npm-publish": "npm run build && cd lib && publish./ --access=public",
"themost": "themost"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/universis/universis-candidates.git"
},
"keywords": [
"universis",
"plugin",
"api",
"data"
],
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/universis/universis-candidates/issues"
},
"homepage": "https://gitlab.com/universis/universis-candidates#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-transform-async-to-generator": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.8.7",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.6.3",
"@themost/cli": "^2.5.0",
"@themost/common": "^2.3.2",
"@themost/data": "^2.4.8",
"@themost/express": "^1.5.3",
"@themost/mem": "^1.0.7",
"@themost/query": "^2.3.4",
"@themost/xml": "^2.3.1",
"@types/async": "^2.4.2",
"@types/es6-promisify": "^6.0.0",
"@types/express": "^4.17.2",
"@types/jasmine": "^3.4.6",
"@types/sql.js": "^1.0.2",
"babel-eslint": "^10.1.0",
"core-js": "^2.6.10",
"cron-parser": "^2.13.0",
"es6-promisify": "^6.0.2",
"express": "^4.16.0",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^4.2.1",
"moment": "^2.24.0",
"pluralize": "^8.0.0",
"supertest": "^4.0.2",
"typescript": "^3.7.2"
},
"peerDependencies": {
"exceljs": "^4.3.0"
}
}