-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 722 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 722 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@neeh/gltf-loader",
"version": "1.0.3",
"description": "glTF loader for Webpack 5.",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/neeh/gltf-loader"
},
"bugs": {
"url": "https://github.com/neeh/gltf-loader/issues"
},
"homepage": "https://github.com/neeh/gltf-loader",
"keywords": [
"gltf",
"webpack",
"loader"
],
"author": "neeh",
"license": "MIT",
"peerDependencies": {
"webpack": "^5.52.0"
},
"dependencies": {
"loader-utils": "^3.3.1"
},
"devDependencies": {
"jest": "^29.7.0",
"memfs": "^4.17.0",
"webpack": "^5.98.0"
}
}