Files
Animated_Background/docs/package.json
2023-04-13 13:38:32 +09:00

25 lines
502 B
JSON

{
"name": "animated-background",
"collaborators": [
"AtHeartEngineer"
],
"description": "A simple animated background for your website",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AtHeartEngineer/animated_background"
},
"files": [
"index_bg.wasm",
"index.js",
"index_bg.js",
"index.d.ts"
],
"module": "index.js",
"types": "index.d.ts",
"sideEffects": [
"./index.js",
"./snippets/*"
]
}