Polestar/package.json
2024-08-21 20:34:16 -04:00

17 lines
No EOL
268 B
JSON

{
"name": "@minpluto/flurry",
"author": "SudoVanilla",
"type": "module",
"version": "0.0.1",
"license": "AGPL-3.0-only",
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"publishConfig": {
"access": "public"
}
}