forked from formio/ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@formio/ai-monorepo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "turbo run build",
"build:plugin": "tsx scripts/build-plugin.ts",
"dev": "turbo run dev",
"test": "turbo run test",
"test:plugin": "tsx scripts/test-plugin.ts",
"lint": "turbo run lint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"clean": "turbo run clean",
"prepare": "husky",
"changeset": "changeset",
"changeset:version": "changeset version",
"release:get-tag": "node -p \"require('fs').existsSync('.changeset/pre.json')?require('./.changeset/pre.json').tag:'latest'\"",
"release": "pnpm -r publish --tag $(pnpm -s release:get-tag)"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@eslint/js": "^9.24.0",
"esbuild": "^0.27.7",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"tsx": "^4.19.3",
"turbo": "^2.9.18",
"typescript-eslint": "^8.30.1"
},
"packageManager": "pnpm@10.33.2",
"engines": {
"node": ">=20"
}
}