-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1011 Bytes
/
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
38
39
40
41
42
{
"name": "BIMWHALE.js",
"version": "0.0.6",
"description": "A simple & fast client-side IFC parser",
"main": "webpack.ts",
"directories": {
"doc": "docs"
},
"dependencies": {
"ts-loader": "^8.0.14",
"typedoc": "^0.19.2",
"typescript": "^4.1.3",
"webpack": "^5.13.0",
"webpack-cli": "^4.3.1"
},
"scripts": {
"build": "webpack",
"docs": "typedoc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewisen/bim-whale.git"
},
"keywords": [
"ifc",
"ifc2x3",
"bim",
"cad",
"parser",
"parse",
"revit",
"autocad",
"whale"
],
"author": "André Wisén",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewisen/bim-whale/issues"
},
"homepage": "https://github.com/andrewisen/bim-whale#readme"
}