@fairmint/canton-node-sdk
Version:
Canton Node SDK
18 lines (17 loc) • 622 B
JSON
{
"name": "@lfdecentralizedtrust/splice-pulumi-operator",
"main": "src/index.ts",
"dependencies": {
"@lfdecentralizedtrust/splice-pulumi-common": "1.0.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"
}
}