UNPKG

@awlsring/cdktf-surreal-backend

Version:

A package that vends a construct to setup the surreal backend in CDKTF

148 lines (147 loc) 3.8 kB
{ "name": "@awlsring/cdktf-surreal-backend", "description": "A package that vends a construct to setup the surreal backend in CDKTF", "repository": { "type": "git", "url": "https://github.com/awlsring/cdktf-surreal-backend.git" }, "scripts": { "build": "npx projen build", "bump": "npx projen bump", "clobber": "npx projen clobber", "compat": "npx projen compat", "compile": "npx projen compile", "default": "npx projen default", "docgen": "npx projen docgen", "eject": "npx projen eject", "eslint": "npx projen eslint", "package": "npx projen package", "package-all": "npx projen package-all", "package:dotnet": "npx projen package:dotnet", "package:js": "npx projen package:js", "package:python": "npx projen package:python", "post-compile": "npx projen post-compile", "post-upgrade": "npx projen post-upgrade", "pre-compile": "npx projen pre-compile", "release": "npx projen release", "test": "npx projen test", "test:watch": "npx projen test:watch", "unbump": "npx projen unbump", "upgrade": "npx projen upgrade", "watch": "npx projen watch", "projen": "npx projen" }, "author": { "name": "awlsring", "email": "mattcanemail@gmail.com", "organization": false }, "devDependencies": { "@actions/core": "^1.1.0", "@awlsring/projen-commons": "^0.0.226", "@types/jest": "^27", "@types/node": "^16", "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", "cdktf": "0.14.0", "constructs": "10.0.25", "dot-prop": "^5.2.0", "eslint": "^8", "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "jest": "^27", "jest-junit": "^15", "jsii": "1.x", "jsii-diff": "^1.94.0", "jsii-docgen": "^7.2.9", "jsii-pacmak": "^1.94.0", "jsii-rosetta": "1.x", "npm-check-updates": "^16", "projen": "^0.73.7", "standard-version": "^9", "ts-jest": "^27", "ts-node": "^10.9.2", "typescript": "^4.9.5" }, "peerDependencies": { "cdktf": "^0.14.0", "constructs": "^10.0.25" }, "resolutions": { "@types/babel__traverse": "7.18.2", "@types/prettier": "2.6.0" }, "keywords": [ "backend", "cdk", "cdktf", "surrealdb" ], "main": "lib/index.js", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "version": "1.0.355", "jest": { "testMatch": [ "<rootDir>/src/**/__tests__/**/*.ts?(x)", "<rootDir>/(test|src)/**/*(*.)@(spec|test).ts?(x)" ], "clearMocks": true, "collectCoverage": true, "coverageReporters": [ "json", "lcov", "clover", "cobertura", "text" ], "coverageDirectory": "coverage", "coveragePathIgnorePatterns": [ "/node_modules/" ], "testPathIgnorePatterns": [ "/node_modules/" ], "watchPathIgnorePatterns": [ "/node_modules/" ], "reporters": [ "default", [ "jest-junit", { "outputDirectory": "test-reports" } ] ], "preset": "ts-jest", "globals": { "ts-jest": { "tsconfig": "tsconfig.dev.json" } } }, "types": "lib/index.d.ts", "stability": "stable", "jsii": { "outdir": "dist", "targets": { "python": { "distName": "cdktf-surreal-backend", "module": "cdktf_surreal-backend" }, "dotnet": { "namespace": "Awlsring.CdktfSurrealBackend", "packageId": "Awlsring.CdktfSurrealBackend" } }, "tsc": { "outDir": "lib", "rootDir": "src" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." }