izuna/package.json
2025-04-17 12:52:29 -05:00

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"
}
}