{ "name": "@digiresilience/metamigo-cli", "version": "0.2.0", "main": "build/main/index.js", "author": "Abel Luck ", "license": "AGPL-3.0-or-later", "dependencies": { "@digiresilience/montar": "*", "commander": "^10.0.0", "graphile-migrate": "^1.4.1", "graphile-worker": "^0.13.0", "node-jose": "^2.1.1" }, "devDependencies": { "@babel/core": "7.20.12", "@babel/preset-env": "7.20.2", "@babel/preset-typescript": "7.18.6", "@types/jest": "^29.2.5", "eslint": "^8.32.0", "jest": "^29.3.1", "jest-junit": "^15.0.0", "pino-pretty": "^9.1.1", "prettier": "^2.8.3", "ts-node": "^10.9.1", "typedoc": "^0.23.24", "typescript": "4.9.4", "nodemon": "^2.0.20" }, "scripts": { "build": "tsc -p tsconfig.json", "cli": "NODE_ENV=development node --unhandled-rejections=strict build/main/index.js", "fix:lint": "eslint src --ext .ts --fix", "fix:prettier": "prettier \"src/**/*.ts\" --write", "lint:lint": "eslint src --ext .ts", "lint:prettier": "prettier \"src/**/*.ts\" --list-different", "test": "echo no tests", "lint": "yarn lint:lint && yarn lint:prettier" } }