All Downloads are FREE. Search and download functionalities are using the official Maven repository.

app-template.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "tapir-cdk",
  "version": "0.1.0",
  "bin": {
    "tapir-cdk": "bin/tapir-cdk-stack.js"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "test": "jest",
    "cdk": "cdk"
  },
  "devDependencies": {
    "@types/jest": "^27.5.2",
    "@types/node": "10.17.27",
    "@types/prettier": "2.6.0",
    "aws-cdk": "2.36.0",
    "jest": "^27.5.1",
    "ts-jest": "^27.1.4",
    "ts-node": "^10.9.1",
    "typescript": "~3.9.7"
  },
  "dependencies": {
    "aws-cdk-lib": "2.80.0",
    "constructs": "^10.0.0"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy