@p2olab/pimad-core
Version:
PiMAd (Process-industry-Modular-Automation-description) High level access to automation of modular plants.
77 lines (76 loc) • 2.48 kB
JSON
{
"name": "@p2olab/pimad-core",
"description": "PiMAd (Process-industry-Modular-Automation-description) High level access to automation of modular plants.",
"version": "0.0.1-alpha15",
"author": "P2O-Lab <p2o-lab@mailbox.tu-dresden.de>",
"repository": "https://github.com/p2o-lab/pimad-core.git",
"homepage": "https://github.com/p2o-lab/pimad-core",
"main": "dist/index.ts",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"prepublish": "run-script-os",
"prepublish:linux": "rm -rf dist && tsc",
"prepublish:win32": "(IF EXIST dist (rd /s /q dist)) && tsc",
"prebuild": "npm run lint",
"build": "run-script-os",
"build:linux": "rm -rf dist && tsc",
"build:win32": "(IF EXIST dist (rd /s /q dist)) && tsc",
"build-gdocs": "run-script-os",
"build-gdocs:linux": "rm -rf docs && typedoc --out docs src",
"build-gdocs:win32": "(IF EXIST docs (rd /s /q docs)) && typedoc --out docs src",
"lint": "eslint -f pretty --ext \".ts\" --ignore-pattern \"**/*.test.ts\" src",
"test": "nyc mocha -r ts-node/register 'src/**/*.ts'"
},
"files": [
"dist",
"index.js"
],
"keywords": [
"PiMAd",
"Modulare Automation",
"PLT/SVT",
"Polaris"
],
"contributors": [
"Christoph Jesaja Heidelbach <christoph.jesaja.heidelbach@gmail.com>",
"Julius Lorenz <julius.lorenz@tu-dresden.de>",
"Anselm Klose <anselm.klose@tu-dresden.de>",
"Tuan Son Dinh <tuansondinh96@gmail.com"
],
"devDependencies": {
"@p2olab/pimad-types": "1.0.1-alpha1.0",
"@types/adm-zip": "^0.4.33",
"@types/chai": "^4.2.11",
"@types/express": "^4.17.6",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.4",
"@types/pino": "^6.0.0",
"@types/rimraf": "^3.0.0",
"@types/uuid": "^8.3.0",
"@types/xml2json": "^0.11.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"adm-zip": "^0.4.14",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-formatter-pretty": "^3.0.1",
"eslint-plugin-tsdoc": "^0.2.4",
"mocha": "^7.1.1",
"nyc": "^15.0.1",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.1",
"ts-node": "^8.9.0",
"typedoc": "^0.17.8",
"typedoc-plantuml": "^1.4.1",
"typescript": "3.9.7"
},
"dependencies": {
"pino": "^6.2.1",
"pino-pretty": "^4.0.0",
"rxjs": "^6.5.5",
"uuid": "^8.3.0",
"xml2json": "^0.12.0"
}
}