{
    "name": "shared-scripts",
    "description": "Shared scripts",
    "author": "Philipp Fritsche",
    "repository": "https://github.com/ph-fritsche/scripts.git",
    "license": "MIT",
    "bin": {
        "scripts": "bin/scripts.js"
    },
    "main": "dist/index.js",
    "files": [
        "/bin",
        "/dist"
    ],
    "devDependencies": {
        "@ph.fritsche/eslint-config": "^2.0.1",
        "@types/jest": "^27.4.1",
        "@types/node": "^17.0.30",
        "eslint": "^8.14.0",
        "jest": "^27.0.6",
        "ts-jest": "^27.1.4",
        "typescript": "^4.6.4"
    },
    "dependencies": {},
    "scripts": {
        "scripts": "node bin/scripts.js",
        "lint": "eslint src test",
        "test": "jest",
        "build": "tsc -p tsconfig.build.json && cp src/util/import.js dist/util/import.js"
    },
    "version": "1.6.0"
}
