UNPKG

cmp-aws-database

Version:

The package "cmp-aws-database" is for its database, which defines global tables. These tables are designed to be imported and used across multiple applications of "craft-my-plate."

64 lines (63 loc) 2.12 kB
{ "name": "cmp-aws-database", "version": "1.3.0", "bin": { "craft-my-plate-database": "bin/craft-my-plate-database.js" }, "scripts": { "build": "tsc", "watch": "tsc -w", "test": "jest", "cdk": "cdk", "version:info": "node scripts/version-strategy.js info", "version:increment": "node scripts/version-strategy.js increment", "version:sync": "node scripts/version-strategy.js sync", "deploy:dev": "./scripts/deploy-environment.sh -e DEV", "deploy:proddebug": "./scripts/deploy-environment.sh -e PRODDEBUG", "deploy:prod": "./scripts/deploy-environment.sh -e PROD", "deploy:dev:skip-tests": "./scripts/deploy-environment.sh -e DEV --skip-tests", "deploy:proddebug:skip-tests": "./scripts/deploy-environment.sh -e PRODDEBUG --skip-tests", "deploy:prod:skip-tests": "./scripts/deploy-environment.sh -e PROD --skip-tests", "create-branches": "./scripts/create-environment-branches.sh" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "22.7.9", "aws-cdk": "2.176.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "~5.6.3" }, "dependencies": { "@nova-odm/annotations": "^0.8.7", "aws-cdk-lib": "2.176.0", "constructs": "^10.0.0", "reflect-metadata": "^0.1.14" }, "description": "The package \"cmp-aws-database\" is for its database, which defines global tables. These tables are designed to be imported and used across multiple applications of \"craft-my-plate.\"", "main": "index.js", "type": "commonjs", "directories": { "lib": "lib", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/Surajpatel24-craftmyplate/craft-my-plate-database.git" }, "keywords": [ "npm" ], "files": [ "dist/", "index.js", "README.md" ], "author": "Suraj Patel", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Surajpatel24-craftmyplate/craft-my-plate-database/issues" }, "homepage": "https://github.com/Surajpatel24-craftmyplate/craft-my-plate-database#readme" }