summaryrefslogtreecommitdiff
path: root/.ci/package.json
blob: d4ef12a2f7223f61f32443e0bc957db7cb75e568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
    ]
}