UNPKG

@fairmint/canton-node-sdk

Version:
30 lines (29 loc) 901 B
{ "name": "@lfdecentralizedtrust/splice-common-test-utils", "version": "0.1.0", "private": true, "types": ".lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "5.2.2", "@types/node": "22.14.0", "eslint": "9.24.0", "eslint-config-prettier": "10.1.1", "nodemon": "^3.1.9", "prettier": "3.5.3", "typescript": "5.8.3", "typescript-eslint": "^8.30.1" }, "scripts": { "build": "tsc", "check": "npm run format:check && npm run lint:check", "fix": "npm run format:fix && npm run lint:fix", "format:check": "prettier --check -- src", "format:fix": "prettier --write -- src", "lint:check": "eslint --ignore-pattern src/com/* --max-warnings=0 -- src", "lint:fix": "eslint --ignore-pattern src/com/* --fix --max-warnings=0 -- src", "start": "tsc --watch" } }