@fairmint/canton-node-sdk
Version:
Canton Node SDK
26 lines (25 loc) • 801 B
JSON
{
"name": "gcp-pulumi-deployment",
"version": "1.0.0",
"main": "src/index.ts",
"dependencies": {
"@kubernetes/client-node": "^0.22.3",
"@lfdecentralizedtrust/splice-pulumi-common": "1.0.0",
"@types/auth0": "^3.3.11",
"auth0": "^4.28.0"
},
"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/sinon": "^10.0.15",
"sinon": "^15.0.4"
}
}