-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 KB
/
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
40
41
42
43
44
45
{
"name": "starfall-animation",
"version": "1.0.11",
"description": "Animation package like Canva's starfall animation for HTML, VanillaJS, React and Typescript Projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoobMahbub/starfall-animation.git"
},
"keywords": [
"starfall animation",
"animation npm react",
"npm animation library",
"star animation npm",
"starfall animation npm",
"canva star animation",
"animation",
"javascript animation",
"react animation",
"typescript animation",
"canva",
"canva magical mouse effect",
"falling stars animation",
"typescript animation library",
"customizable animation"
],
"author": "TechHelpBD <ContactTechHelpBD@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NoobMahbub/starfall-animation/issues"
},
"homepage": "https://github.com/NoobMahbub/starfall-animation#readme",
"devDependencies": {
"typescript": "^5.3.3"
},
"files": [
"lib/**/*",
"./style.css"
]
}