-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.16 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
39
40
41
42
43
44
{
"name": "@seamapi/php",
"version": "4.13.0",
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"version": "tsx ./version.ts",
"postversion": "git push --follow-tags",
"generate": "tsx codegen/smith.ts",
"postgenerate": "npm run format",
"typecheck": "tsc",
"lint": "eslint .",
"postlint": "prettier --check --ignore-path .gitignore --ignore-path .prettierignore .",
"format": "prettier --write --ignore-path .gitignore --ignore-path .prettierignore .",
"preformat": "eslint --fix .",
"start": "fake-seam-connect --seed"
},
"engines": {
"node": ">=22.11.0",
"npm": ">=10.9.4"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "^24.11.0 || ^22.11.0"
},
"packageManager": {
"name": "npm",
"version": "^11.0.0 || ^10.9.4"
}
},
"packageManager": "npm@11.19.0",
"devDependencies": {
"@prettier/plugin-php": "^0.25.0",
"@seamapi/blueprint": "^1.12.0",
"@seamapi/fake-seam-connect": "2.0.6",
"@seamapi/smith": "^1.1.0",
"@seamapi/types": "1.1079.0",
"change-case": "^5.4.4",
"execa": "^10.0.1",
"prettier": "^3.9.6"
}
}