-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
37 lines (37 loc) · 1.24 KB
/
package.json
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
{
"description": "Geometry system build on top of Three.js to handle BIM data efficiently.",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
"Juan Hoyos (https://github.com/HoyosJuan)",
"Harry Collin (https://github.com/harrycollin)"
],
"scripts": {
"dev": "vite --host",
"build-core": "yarn workspace @thatopen/fragments build",
"build-examples": "vite build --config ./vite.config-examples.ts",
"build": "yarn build-examples && yarn build-core",
"test": "echo 'test to be implemented!'",
"publish-repo": "yarn workspace @thatopen/fragments publish-repo",
"reset-release-please": "git commit --allow-empty -m \"chore: release 2.0.0\" -m \"Release-As: 2.0.0\""
},
"license": "MIT",
"homepage": "https://github.com/ThatOpen/engine_components#readme",
"bugs": {
"url": "https://github.com/ThatOpen/engine_components/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThatOpen/engine_components.git"
},
"workspaces": [
"./packages/*"
],
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"stats.js": "^0.17.0",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3"
},
"version": "2.4.0"
}