@vibecuting/video-project-core 0.1.1 → 0.1.3

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @vibecuting/video-project-core
2
2
 
3
+ NPM 地址:
4
+
5
+ - https://www.npmjs.com/package/@vibecuting/video-project-core
6
+
3
7
  这里放视频工程的基础 demo 模板组件。
4
8
 
5
9
  职责:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibecuting/video-project-core",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -12,6 +12,7 @@
12
12
  "access": "public"
13
13
  },
14
14
  "scripts": {
15
+ "lint": "node ../../../scripts/run-eslint.mjs .",
15
16
  "typecheck": "node ../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc -p tsconfig.json --noEmit",
16
17
  "test": "node ../../../node_modules/vitest/vitest.mjs run"
17
18
  },
@@ -23,8 +24,8 @@
23
24
  "remotion": "^4.0.0"
24
25
  },
25
26
  "devDependencies": {
26
- "@types/react": "^19.0.0",
27
- "@types/react-dom": "^19.0.0",
27
+ "@types/react": "18.2.20",
28
+ "@types/react-dom": "18.2.7",
28
29
  "remotion": "4.0.473"
29
30
  }
30
31
  }