forked from onion2k/remotion-confetti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 937 Bytes
/
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
{
"name": "eas-remotion-confetti",
"version": "0.6.1",
"description": "Confetti for Remotion",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git://github.com/onion2k/remotion-confetti.git"
},
"keywords": [
"remotion",
"confetti"
],
"author": "Chris Neale",
"license": "ISC",
"bugs": {
"url": "https://github.com/onion2k/remotion-confetti/issues"
},
"homepage": "https://github.com/onion2k/remotion-confetti#readme",
"peerDependencies": {
"react": "^18.2.0",
"remotion": ">=4.0.187"
},
"devDependencies": {
"@jonny/eslint-config": "^3.0.266",
"@types/react": "^18.0.6",
"@types/web": "^0.0.61",
"esbuild": "^0.14.46",
"eslint": "^8.18.0",
"npm-dts": "^1.3.11",
"typescript": "^4.7.4"
}
}