UNPKG

tmrw-audit

Version:

tmrw audit: Your escape hatch from the cloud cage.

46 lines 1.28 kB
{ "name": "tmrw-audit", "version": "1.2.0", "description": "tmrw audit: Your escape hatch from the cloud cage.", "bin": { "tmrw": "./dist/index.js" }, "scripts": { "prebuild": "node -e \"const fs = require('fs-extra'); fs.ensureDirSync('dist'); fs.copySync('data', 'dist')\"", "build": "tsc", "start": "node dist/index.js", "lint": "biome lint .", "format": "biome format --write .", "test": "jest", "test:watch": "jest --watch", "link": "npm run build && npm link", "prepublishOnly": "npm run build" }, "dependencies": { "chalk": "^5.3.0", "commander": "^12.0.0", "dotenv": "^16.4.5", "fs-extra": "^11.2.0", "globby": "^14.0.2", "hcl2-parser": "^1.0.3", "js-yaml": "^4.1.0" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/fs-extra": "^11.0.4", "@types/js-yaml": "^4.0.9", "@types/node": "^22.7.4", "typescript": "^5.6.3", "jest": "^29.7.0", "@types/jest": "^29.5.12", "ts-jest": "^29.2.5" }, "author": "tmrw.it", "license": "MIT", "keywords": ["cli", "cloud", "lock-in", "deplatforming", "infrastructure"], "homepage": "https://tmrw.it", "repository": { "type": "git", "url": "git+https://github.com/tmrw-it/tmrw-audit.git" } }