UNPKG

@fairmint/canton-node-sdk

Version:
32 lines (31 loc) 1.11 kB
{ "name": "@lfdecentralizedtrust/canton-network-pulumi-deployment", "version": "1.0.0", "main": "src/index.ts", "dependencies": { "@google-cloud/storage": "^6.11.0", "@kubernetes/client-node": "^0.22.3", "@lfdecentralizedtrust/splice-pulumi-common": "1.0.0", "@lfdecentralizedtrust/splice-pulumi-common-sv": "1.0.0", "@lfdecentralizedtrust/splice-pulumi-common-validator": "1.0.0", "@types/auth0": "^3.3.2", "auth0": "^4.28.0", "ip": "^1.1.9" }, "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", "sql-codegen": "ts-node ./bigquery-sql-codegen.ts" }, "devDependencies": { "@types/ip": "^1.1.3", "@types/sinon": "^10.0.15", "sinon": "^15.0.4" } }