-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
35 lines (35 loc) · 1.11 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
{
"description": "BIM modelling library built on top of the IFC schema.",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
"Juan Hoyos (https://github.com/HoyosJuan)"
],
"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_clay#readme",
"bugs": {
"url": "https://github.com/ThatOpen/engine_clay/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThatOpen/engine_clay.git"
},
"workspaces": [
"./packages/*"
],
"devDependencies": {
"stats.js": "^0.17.0",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3"
},
"version": "2.2.0"
}