22 lines
599 B
JSON
22 lines
599 B
JSON
{
|
|
"name": "kuebiko",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "./src/index.js",
|
|
"author": "Rowan <rowan@kitsu.cafe> (https://kitsu.cafe)",
|
|
"scripts": {
|
|
"test": "./tests/index.js",
|
|
"build": "esbuild ./src/index.js --bundle --outfile=dist/index.js"
|
|
},
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.2",
|
|
"folktest": "git+https://git.kitsu.cafe/rowan/folktest.git"
|
|
},
|
|
"dependencies": {
|
|
"izuna": "git+https://git.kitsu.cafe/rowan/izuna.git",
|
|
"kojima": "git+https://git.kitsu.cafe/rowan/kojima.git"
|
|
}
|
|
}
|