Polestar/package.json

17 lines
268 B
JSON
Raw Normal View History

2024-08-15 19:37:11 -05:00
{
"name": "@minpluto/flurry",
2024-08-21 19:34:16 -05:00
"author": "SudoVanilla",
2024-08-15 19:37:11 -05:00
"type": "module",
"version": "0.0.1",
2024-08-21 19:34:16 -05:00
"license": "AGPL-3.0-only",
2024-08-15 19:37:11 -05:00
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/*"
],
"publishConfig": {
"access": "public"
}
}