@opendesign/octopus-worker-utilities
Version:
38 lines (37 loc) • 873 B
JSON
{
"name": "@opendesign/octopus-worker-utilities",
"version": "1.1.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"compile": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.avcd.cz/opendesign/octopus-worker-utilities.git"
},
"keywords": [
"octopus",
"worker"
],
"author": "Open Design Team",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"source-map-support": "^0.5.21",
"typescript": "^4.4.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.7.1"
}
}