-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 954 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 954 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
39
40
41
42
{
"name": "@upf-gti/performs",
"version": "2.1.1",
"description": "",
"type": "module",
"main": "./build/performs.module.min.js",
"module": "./build/performs.module.js",
"repository": {
"type": "git",
"url": "https://github.com/upf-gti/performs"
},
"files": [
"build",
"LICENSE",
"package.json",
"README.md"
],
"keywords": [
"performs",
"ebmlcontroller",
"ebml",
"bml",
"controller",
"animation",
"script",
"avatar",
"three.js"
],
"author": "@upf-gti",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/upf-gti/performs/issues"
},
"scripts": {
"rollup-js": "rollup -c rollup.build.config.js",
"build": "npm run rollup-js"
},
"dependencies": {
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.55.3"
}
}