-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 869 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
39
{
"name": "poopetti",
"version": "1.2.0",
"description": "A Lightweight Animated Emojis Library, mainly focused on Poop Emoji",
"license": "MIT",
"author": "Alex Enes Zorlu",
"homepage": "https://poopetti.com",
"repository": {
"type": "git",
"url": "git+https://github.com/enszrlu/poopetti.git"
},
"keywords": [
"react-poopetti",
"react-poop",
"nextjs-poopetti",
"nextjs-poop",
"rain-poop",
"poop-rain",
"poop-emoji",
"poop-animation",
"poop-effect",
"confetti-poop",
"poop",
"poopetti",
"poop-animation",
"react",
"nextjs"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --project tsconfig.json",
"start": "npm run build && node dist/index.js"
},
"peerDependencies": {},
"devDependencies": {
"typescript": "^5.6.2"
}
}