-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.22 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
38
39
40
41
42
43
44
{
"name": "@fern-solutions/aframe-sky-background",
"version": "1.0.4",
"description": "A-Frame primitive for efficiently rendering a sky in the background",
"module": "dist/sky-background.esm.min.js",
"browser": "dist/sky-background.umd.min.js",
"main": "dist/sky-background.esm.min.js",
"types": "types/sky-background.d.ts",
"author": "Noeri Huisman",
"license": "MIT",
"scripts": {
"dev": "concurrently \"rollup -c -w\" \"live-server --port=4000 --no-browser ./example --mount=/js:./dist\"",
"build": "rollup -c",
"watch": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrxz/fern-aframe-components"
},
"bugs": {
"url": "https://github.com/mrxz/fern-aframe-components/issues"
},
"homepage": "https://github.com/mrxz/fern-aframe-components/tree/main/sky-background#readme",
"keywords": [
"aframe",
"vr",
"xr",
"webxr"
],
"files": [
"dist",
"types"
],
"devDependencies": {
"@compodoc/live-server": "1.2.3",
"@types/animejs": "3.1.0",
"@types/three": "0.147.1",
"aframe-types": "0.9.1",
"concurrently": "^7.1.0",
"rollup": "^2.71.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^5.0.4"
}
}