forked from caid-technologies/CAD-Annotator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1020 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 1020 Bytes
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
{
"name": "cad-annotator",
"version": "1.0.0",
"description": "AI-powered CAD drawing annotation and analysis tool",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/caid-technologies/cad-annotator.git"
},
"author": "Caid Technologies",
"homepage": "https://github.com/caid-technologies/cad-annotator",
"bugs": {
"url": "https://github.com/caid-technologies/cad-annotator/issues"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm run typecheck && pnpm -r --if-present run build",
"typecheck:libs": "tsc --build",
"typecheck": "pnpm run typecheck:libs && pnpm -r --filter \"./artifacts/**\" --filter \"./scripts\" --if-present run typecheck"
},
"devDependencies": {
"typescript": "~5.9.2",
"prettier": "^3.8.1"
},
"packageManager": "npm@11.13.0+sha512.7119a16a0843580d65160977520e3f5710c974f04afd4fad36d9eb97d917ba716a856c35c78c4be6dc64367eeaccfb957ef5ce997ca31e9330b2e936ba2b1b92"
}