You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
266 B
14 lines
266 B
2 years ago
|
{
|
||
|
"name": "uwurandom-node",
|
||
|
"collaborators": [
|
||
|
"Skye <me@skye.vg>"
|
||
|
],
|
||
|
"version": "0.1.0",
|
||
|
"files": [
|
||
|
"uwurandom_node_bg.wasm",
|
||
|
"uwurandom_node.js",
|
||
|
"uwurandom_node.d.ts"
|
||
|
],
|
||
|
"main": "uwurandom_node.js",
|
||
|
"types": "uwurandom_node.d.ts"
|
||
|
}
|