summaryrefslogtreecommitdiff
path: root/.ci/package.json
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-10-05 16:42:02 -0700
committerElizabeth Hunt <me@liz.coffee>2025-10-05 23:11:41 -0700
commitde43eb05d2e43ab31effce3dcca62ad91a556b26 (patch)
tree47a62b61bfc97dda639dea70627ecf3005ba7b02 /.ci/package.json
parent35add63ec4dce39710095f17abd86777de9e5b49 (diff)
downloadansicolor-main.tar.gz
ansicolor-main.zip
Diffstat (limited to '.ci/package.json')
-rw-r--r--.ci/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/.ci/package.json b/.ci/package.json
new file mode 100644
index 0000000..d4ef12a
--- /dev/null
+++ b/.ci/package.json
@@ -0,0 +1,17 @@
+{
+ "scripts": {
+ "build": "tsc && node bundle.js",
+ "clean": "rm -rf dist ci.cjs"
+ },
+ "dependencies": {
+ "@emprespresso/ci_model": "^0.1.0"
+ },
+ "devDependencies": {
+ "esbuild": "0.25.5",
+ "typescript": "^5.8.3"
+ },
+ "files": [
+ "dist/**/*",
+ "package.json"
+ ]
+}