UNPKG

@p2olab/pimad-types

Version:

This Package contains type definitions related to ProcessIndustryModularAutomation.

52 lines (51 loc) 1.63 kB
{ "name": "@p2olab/pimad-types", "description": "This Package contains type definitions related to ProcessIndustryModularAutomation.", "version": "1.0.1-alpha1.0.13", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "git@github.com:p2o-lab/pimad-types.git", "homepage": "https://github.com/p2o-lab/pimad-types", "scripts": { "build": "tsc", "build-gdocs": "typedoc --out docs src", "lint": "eslint -f pretty src/**/*.ts", "postversion": "npm publish", "prebuild": "npm run lint", "prepublish": "run-script-os", "prepublish:linux": "rm -rf dist && tsc", "prepublish:win32": "(IF EXIST dist (rd /s /q dist)) && (IF EXIST tsc (rd /s /q tsc))", "prestart": "npm run build", "test": "nyc mocha -r ts-node/register src/**/*.ts" }, "files": [ "dist", "index.js" ], "keywords": [ "MTP", "Module Type Package", "Modular Automation", "PiMAd", "Process Industry" ], "authors": [ "Christoph Jesaja Heidelbach <christoph.jesaja.heidelbach@gmail.com>", "Julius Lorenz <julius.lorenz@tu-dresden.de>", "Tuan Son Dinh <tuansondinh96@gmail.com>" ], "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.29.0", "@typescript-eslint/parser": "^2.29.0", "eslint": "^6.8.0", "eslint-config-google": "^0.14.0", "eslint-formatter-pretty": "^3.0.1", "eslint-plugin-tsdoc": "^0.2.4", "nyc": "^15.1.0", "run-script-os": "^1.1.1", "ts-node": "^8.10.2", "typedoc": "^0.23.8", "typescript": "^4.7.4" } }