|
1 | 1 | { |
2 | 2 | "name": "@thinkbuff/figma", |
3 | | - "version": "0.0.0", |
| 3 | + "version": "0.0.1", |
4 | 4 | "description": "Simplify plugin and widget creation for Figma and FigJam", |
5 | 5 | "private": true, |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
8 | 8 | "clean": "pnpm run -r clean && rm -rf node_modules", |
9 | 9 | "lint": "pnpm run -r lint", |
10 | 10 | "lint:fix": "pnpm run -r lint --fix", |
11 | | - "typecheck": "pnpm run -r typecheck" |
| 11 | + "typecheck": "pnpm run -r typecheck", |
| 12 | + "release": "changelogen --release --no-commit --no-tag && tsx scripts/update-version.ts", |
| 13 | + "prepare": "simple-git-hooks" |
12 | 14 | }, |
13 | 15 | "packageManager": "pnpm@8.15.7", |
14 | 16 | "engines": { |
|
20 | 22 | "@thinkbuff/eslint-config": "^0.1.5", |
21 | 23 | "@types/node": "^20.12.7", |
22 | 24 | "@unocss/eslint-plugin": "^0.59.2", |
| 25 | + "changelogen": "^0.5.5", |
23 | 26 | "eslint": "^8.57.0", |
24 | 27 | "eslint-plugin-jsx-a11y": "^6.8.0", |
25 | 28 | "eslint-plugin-react": "^7.34.1", |
26 | 29 | "eslint-plugin-react-hooks": "^4.6.0", |
27 | 30 | "eslint-plugin-react-refresh": "^0.4.6", |
28 | 31 | "eslint-plugin-storybook": "^0.8.0", |
| 32 | + "glob": "^10.3.12", |
29 | 33 | "lint-staged": "^15.2.2", |
30 | 34 | "simple-git-hooks": "^2.11.1", |
31 | 35 | "tsx": "^4.7.2", |
|
0 commit comments