Files
pkgbase-yaml-parser/package.json
Cory Sanin 8170ed0565
All checks were successful
Distribution check / Generated files check (push) Successful in -1m58s
NPM Audit Check / Check NPM audit (push) Successful in -2m9s
Unit tests / Unit tests (latest) (push) Successful in -1m59s
Unit tests / Unit tests (lts/*) (push) Successful in -1m59s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -1m58s
Add logging
2025-11-12 12:25:30 -05:00

45 lines
1015 B
JSON

{
"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"
}
}