{ "name": "pkgbase-yaml-parser", "version": "1.0.3", "description": "compare Artix `pkgbase.yaml` files", "keywords": [ "artix", "artixlinux" ], "repository": { "type": "git", "url": "git+https://git.sanin.dev/packages_test/pkgbase-yaml-parser.git" }, "license": "MIT", "author": { "name": "Cory Sanin", "email": "corysanin@outlook.com", "url": "https://sanin.dev/" }, "type": "module", "main": "lib/src/index.js", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "vitest", "package": "ncc build --source-map --license licenses.txt", "dist": "npm run build && npm run package", "all": "npm run dist && vitest run" }, "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", "ky": "^1.14.0", "yaml": "2.8.1" }, "devDependencies": { "@types/node": "24.10.0", "@vercel/ncc": "^0.38.4", "@vitest/coverage-v8": "4.0.7", "typescript": "5.9.3", "vitest": "4.0.7" } }