UNPKG

@orcdkestrator/orcdk-plugin-localstack

Version:
61 lines (60 loc) 1.47 kB
{ "name": "@orcdkestrator/orcdk-plugin-localstack", "version": "1.0.1", "description": "LocalStack lifecycle management plugin for Orcdkestrator", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "npm run clean && tsc", "clean": "rimraf dist", "test": "jest", "test:coverage": "jest --coverage", "lint": "eslint 'src/**/*.ts'", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "orcdkestrator", "plugin", "localstack", "aws", "local", "development", "orchestration" ], "repository": { "type": "git", "url": "git+https://github.com/orcdkestrator/orcdk-plugin-localstack.git" }, "bugs": { "url": "https://github.com/orcdkestrator/orcdk-plugin-localstack/issues" }, "homepage": "https://github.com/orcdkestrator/orcdk-plugin-localstack#readme", "license": "MIT", "dependencies": { "chokidar": "^4.0.3", "js-yaml": "^4.1.0" }, "peerDependencies": { "@orcdkestrator/core": "^1.0.2" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "rimraf": "^5.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" } }