@fairmint/canton-node-sdk
Version:
Canton Node SDK
43 lines (42 loc) • 1.3 kB
JSON
{
"name": "@lfdecentralizedtrust/splice-pulumi-common",
"version": "1.0.0",
"main": "src/index.ts",
"dependencies": {
"@google-cloud/storage": "^6.11.0",
"@kubernetes/client-node": "^0.22.3",
"@pulumi/command": "1.1.0",
"@pulumi/gcp": "8.32.1",
"@pulumi/kubernetes": "4.23.0",
"@pulumi/pulumi": "3.173.0",
"@pulumi/random": "4.18.2",
"@pulumi/std": "2.2.0",
"@types/auth0": "^3.3.11",
"auth0": "^4.28.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"node-fetch": "^2.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"zod": "^3.23.8"
},
"scripts": {
"fix": "npm run format:fix && npm run lint:fix",
"check": "npm run format:check && npm run lint:check && npm run type:check",
"type:check": "tsc --noEmit",
"format:fix": "prettier --write -- src",
"format:check": "prettier --check -- src",
"lint:fix": "eslint --fix --max-warnings=0 -- src",
"lint:check": "eslint --max-warnings=0 -- src",
"dump-config": "env -u KUBECONFIG ts-node ./dump-config.ts"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.189",
"@types/sinon": "^10.0.15",
"@types/ws": "^8.18.1",
"sinon": "^15.0.4"
}
}