-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
32 lines (32 loc) ยท 996 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
{
"name": "react-wavify-root",
"version": "1.11.1",
"description": "Animated wave component for React",
"scripts": {
"package": "pnpm -C packages/react-wavify package",
"build": "pnpm -C packages/react-wavify build",
"test": "pnpm -C packages/react-wavify test",
"clean": "pnpm -C packages/react-wavify clean && pnpm -C packages/website clean",
"dev": "pnpm -C packages/website dev",
"build-site": "pnpm -C packages/website build",
"format": "biome format --write"
},
"repository": "https://github.com/woofers/react-wavify",
"keywords": [
"react",
"reactjs",
"component",
"svg",
"animation",
"wave"
],
"author": "Jaxson Van Doorn <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/woofers/react-wavify/issues"
},
"homepage": "https://jaxs.onl/react-wavify/",
"devDependencies": {
"@biomejs/biome": "^1.8.3"
}
}