Reviewed-on: https://git.ayo.run/ayo/cozy-games/pulls/1 Co-authored-by: Ayo <ayo@ayco.io> Co-committed-by: Ayo <ayo@ayco.io>
22 lines
494 B
JSON
22 lines
494 B
JSON
{
|
|
"name": "@cozy-games/utils",
|
|
"version": "0.0.1",
|
|
"description": "Shared, dependency-free browser utilities for Cozy Games (storage, timer, logger, loading, date buckets)",
|
|
"author": "Ayo Ayco",
|
|
"private": true,
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ayo-run/mnswpr"
|
|
},
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": {
|
|
"default": "./index.js"
|
|
},
|
|
"./*": {
|
|
"default": "./*"
|
|
}
|
|
},
|
|
"license": "BSD-2-Clause"
|
|
}
|