-
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) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 KB
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": "hypervideo",
"version": "0.0.0",
"private": true,
"description": "Generate and play transparent videos, everywhere",
"repository": {
"type": "git",
"url": "https://github.com/hypersocialinc/hypervideo.git"
},
"homepage": "https://hypervideo.dev",
"scripts": {
"build": "pnpm --recursive build",
"dev": "pnpm --recursive --parallel dev",
"clean": "pnpm --recursive clean",
"typecheck": "pnpm --recursive typecheck",
"test": "pnpm --recursive test",
"lint": "pnpm --recursive lint",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm build && changeset publish"
},
"keywords": [
"video",
"transparent",
"alpha",
"webgl",
"react",
"expo",
"swift"
],
"author": "Hypersocial Inc.",
"license": "MIT",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"packageManager": "pnpm@8.15.0",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"typescript": "^5.3.3"
}
}