daml-lint 0.3.13

Static analysis scanner for Daml smart contracts
Documentation
{
  "name": "@daml-tools/lint-plugin",
  "version": "0.3.13",
  "description": "TypeScript contract and starter templates for daml-lint custom rule plugins",
  "license": "AGPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stevennevins/daml-tools.git",
    "directory": "crates/daml-lint/lint-plugin"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts"
    },
    "./templates/minimal-rule": "./templates/minimal-rule.ts",
    "./templates/project/package": "./templates/project/package.json",
    "./templates/project/tsconfig": "./templates/project/tsconfig.json"
  },
  "files": [
    "dist/index.d.ts",
    "templates",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  }
}