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."
53 lines (52 loc) • 1.36 kB
JSON
{
"name": "cmp-aws-database",
"version": "1.1.23",
"bin": {
"craft-my-plate-database": "bin/craft-my-plate-database.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"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"
},
"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"
}