add esbuild

This commit is contained in:
Rowan 2025-04-17 12:08:30 -05:00
parent 0dcf55f64b
commit da9d6680f8
3 changed files with 6 additions and 1 deletions

2
dist/index.js vendored Normal file
View file

@ -0,0 +1,2 @@
(() => {
})();

1
package-lock.json generated
View file

@ -12,6 +12,7 @@
"kuebiko": "git+https://git.kitsu.cafe/rowan/kuebiko.git" "kuebiko": "git+https://git.kitsu.cafe/rowan/kuebiko.git"
}, },
"devDependencies": { "devDependencies": {
"esbuild": "^0.25.2",
"folktest": "git+https://git.kitsu.cafe/rowan/folktest.git" "folktest": "git+https://git.kitsu.cafe/rowan/folktest.git"
} }
}, },

View file

@ -4,13 +4,15 @@
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "./tests/index.js" "test": "./tests/index.js",
"build": "esbuild ./src/index.js --bundle --outfile=./dist/index.js"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"description": "", "description": "",
"devDependencies": { "devDependencies": {
"esbuild": "^0.25.2",
"folktest": "git+https://git.kitsu.cafe/rowan/folktest.git" "folktest": "git+https://git.kitsu.cafe/rowan/folktest.git"
}, },
"dependencies": { "dependencies": {