Files
pkgbase-yaml-parser/package.json
2025-11-05 01:40:36 -05:00

37 lines
758 B
JSON

{
"name": "pkgbase-yaml-parser",
"version": "0.0.1",
"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": "distribution/index.js",
"files": [
"distribution"
],
"scripts": {
"build": "tsc",
"test": "vitest"
},
"dependencies": {
"yaml": "2.8.1"
},
"devDependencies": {
"typescript": "5.9.3",
"@types/node": "24.10.0",
"vitest": "4.0.7",
"@vitest/coverage-v8": "4.0.7"
}
}