three-video-projection 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +55 -56
package/package.json CHANGED
@@ -1,56 +1,55 @@
1
- {
2
- "name": "three-video-projection",
3
- "version": "0.0.5",
4
- "description": "Projector utility for projecting video textures onto meshes (three.js)",
5
- "main": "./dist/index.cjs",
6
- "module": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.js",
12
- "require": "./dist/index.cjs"
13
- }
14
- },
15
- "files": [
16
- "dist"
17
- ],
18
- "keywords": [
19
- "three",
20
- "videoProjection",
21
- "videoFusion"
22
- ],
23
- "author": "hh-hang",
24
- "license": "MIT",
25
- "scripts": {
26
- "dev": "vite",
27
- "build": "tsup src/index.ts --format cjs,esm --dts",
28
- "prepare": "npm run build",
29
- "build:cinema": "npm --prefix ./examples/cinema install && npm --prefix ./examples/cinema run build",
30
- "build:monitor": "npm --prefix ./examples/monitor install && npm --prefix ./examples/monitor run build",
31
- "collect": "node ./scripts/collect.js",
32
- "build:examples": "npm run build:cinema && npm run build:monitor && npm run collect"
33
- },
34
- "peerDependencies": {
35
- "three": "^0.182.0"
36
- },
37
- "devDependencies": {
38
- "@types/node": "^25.0.10",
39
- "@types/three": "^0.182.0",
40
- "@vitejs/plugin-vue": "^6.0.3",
41
- "tsup": "^8.5.1",
42
- "typescript": "^5.0.0",
43
- "vite": "^7.3.1",
44
- "vue": "^3.5.27"
45
- },
46
- "dependencies": {
47
- "hls.js": "^1.6.15",
48
- "stats.js": "^0.17.0",
49
- "three-player-controller": "^0.3.1"
50
- },
51
- "repository": {
52
- "type": "git",
53
- "url": "https://github.com/hh-hang/three-video-projection"
54
- },
55
- "homepage": "https://hh-hang.github.io/three-video-projection/"
56
- }
1
+ {
2
+ "name": "three-video-projection",
3
+ "version": "0.0.7",
4
+ "description": "Projector utility for projecting video textures onto meshes (three.js)",
5
+ "main": "./dist/index.cjs",
6
+ "module": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js",
12
+ "require": "./dist/index.cjs"
13
+ }
14
+ },
15
+ "files": [
16
+ "dist"
17
+ ],
18
+ "keywords": [
19
+ "three",
20
+ "videoProjection",
21
+ "videoFusion"
22
+ ],
23
+ "author": "hh-hang",
24
+ "license": "MIT",
25
+ "scripts": {
26
+ "dev": "vite",
27
+ "build": "tsup src/index.ts --format cjs,esm --dts",
28
+ "prepare": "npm run build",
29
+ "build:cinema": "npm --prefix ./examples/cinema install && npm --prefix ./examples/cinema run build",
30
+ "build:monitor": "npm --prefix ./examples/monitor install && npm --prefix ./examples/monitor run build",
31
+ "collect": "node ./scripts/collect.js",
32
+ "build:examples": "npm run build:cinema && npm run build:monitor && npm run collect"
33
+ },
34
+ "peerDependencies": {
35
+ "three": "^0.182.0"
36
+ },
37
+ "devDependencies": {
38
+ "@types/node": "^25.0.10",
39
+ "@types/three": "^0.182.0",
40
+ "@vitejs/plugin-vue": "^6.0.3",
41
+ "hls.js": "^1.6.15",
42
+ "stats.js": "^0.17.0",
43
+ "tsup": "^8.5.1",
44
+ "typescript": "^5.0.0",
45
+ "vite": "^7.3.1",
46
+ "vue": "^3.5.27",
47
+ "three-player-controller": "^0.3.8"
48
+ },
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "https://github.com/hh-hang/three-video-projection"
52
+ },
53
+ "homepage": "https://hh-hang.github.io/three-video-projection/",
54
+ "dependencies": {}
55
+ }