@fairmint/canton-node-sdk
Version:
Canton Node SDK
22 lines (21 loc) • 658 B
JSON
{
"name": "@lfdecentralizedtrust/splice-pulumi-gha",
"version": "1.0.0",
"main": "src/index.ts",
"dependencies": {
"@lfdecentralizedtrust/splice-pulumi-common": "1.0.0",
"js-yaml": "^4.1.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"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5"
}
}