kuebiko/package.json
2025-04-16 19:25:34 -05:00

16 lines
351 B
JSON

{
"name": "kuebiko",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"author": "Rowan <rowan@kitsu.cafe> (https://kitsu.cafe)",
"scripts": {
"test": "./tests/index.js"
},
"keywords": [],
"license": "ISC",
"description": "",
"devDependencies": {
"folktest": "git+https://git.kitsu.cafe/rowan/folktest.git"
}
}