16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"name": "izuna",
|
|
"version": "1.0.0",
|
|
"author": "Rowan <rowan@kitsu.cafe> (https://kitsu.cafe)",
|
|
"type": "module",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "./test/index.js"
|
|
},
|
|
"keywords": [],
|
|
"license": "GPL-3.0-or-later",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"folktest": "git+https://git.kitsu.cafe/rowan/folktest.git"
|
|
}
|
|
}
|