16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"name": "nyooom",
|
|
"version": "0.0.1",
|
|
"author": "darkwiiplayer",
|
|
"license": "Unlicense",
|
|
"exports": {
|
|
"./render": "./render.js"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.but.gay/darkwiiplayer/nyooom"
|
|
},
|
|
"homepage": "https://darkwiiplayer.github.io/nyooom",
|
|
"keywords": []
|
|
}
|