{
    "name": "malta",
    "version": "4.2.7",
    "description": "Lightning builder allows to compose on the fly and update packed and full coded huge files, edit its parts as files, splitted and glued as You need.",
    "main": "src/index.js",
    "scripts": {
        "lint": "./node_modules/.bin/eslint --ignore-path .eslintignore .",
        "precommit": "yarn lint",
        "test": "NODE_PATH=. NODE_ENV=tests jest --runInBand",
        "watch": "npm run test --watch",
        "cover": "npm run test -- --coverage"
    },
    "repository": {
        "type": "git",
        "url": "https://fedeghe@github.com/fedeghe/malta.git"
    },
    "keywords": [
        "builder",
        "javascript builder",
        "composer",
        "javascript composer"
    ],
    "author": "Federico Ghedina <fedeghe@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/fedeghe/malta/issues"
    },
    "bin": {
        "malta": "src/bin.js"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "devDependencies": {
        "eslint": "^9.39.2",
        "jest": "^30.2.0"
    }
}
