@lineman-io/n8n-nodes-lineman 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lineman-io/n8n-nodes-lineman",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "n8n community node for Lineman — read AI-coding cost, savings, allowance and alerts in your workflows, and drive Lineman admin settings.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -27,8 +27,10 @@
27
27
  "format": "prettier nodes credentials --write",
28
28
  "lint": "eslint .",
29
29
  "lintfix": "eslint . --fix",
30
+ "check:pkg": "node scripts/check-package-json.mjs",
31
+ "verify": "npm run lint && npm run check:pkg",
30
32
  "prepublishOnly": "npm run build",
31
- "prepare": "husky"
33
+ "hooks": "husky"
32
34
  },
33
35
  "files": [
34
36
  "dist"