summaryrefslogtreecommitdiff
path: root/package.json
blob: b49f1e179e3b38406af9cf9eab573959ad77fa4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
    "name": "@emprespresso/pengueno",
    "version": "0.0.13",
    "description": "emprespresso pengueno utils",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": "ssh://git@src.liz.coffee:2222/pengueno"
    },
    "author": "emprespresso",
    "license": "MIT",
    "scripts": {
        "build": "tsc && tsconfig-replace-paths --project tsconfig.json",
        "test": "jest",
        "dev": "tsc --watch",
        "clean": "rm -rf dist node_modules",
        "lint": "eslint . --ext .ts,.js",
        "lint:fix": "eslint . --ext .ts,.js --fix",
        "format": "prettier --write .",
        "format:check": "prettier --check ."
    },
    "devDependencies": {
        "@hono/node-server": "^1.18.2",
        "@types/jest": "^30.0.0",
        "@types/module-alias": "^2.0.4",
        "@types/node": "^24.0.0",
        "@typescript-eslint/eslint-plugin": "^8.34.0",
        "@typescript-eslint/parser": "^8.34.0",
        "eslint": "^9.32.0",
        "eslint-config-prettier": "^10.1.0",
        "eslint-plugin-prettier": "^5.5.0",
        "hono": "^4.8.0",
        "jest": "^30.0.5",
        "prettier": "^3.6.0",
        "ts-jest": "^29.4.0",
        "tsconfig-replace-paths": "^0.0.14",
        "typescript": "^5.8.0",
        "typescript-eslint": "^8.38.0"
    },
    "files": [
        "dist",
        "package.json",
        "README.md"
    ],
    "engines": {
        "node": ">=22.16.0",
        "npm": ">=10.0.0"
    }
}