UNPKG

balena-semver

Version:
67 lines (66 loc) 1.75 kB
{ "name": "balena-semver", "version": "4.1.1", "description": "Balena specific semver utility methods", "main": "build/index.js", "type": "commonjs", "typings": "build/index.d.ts", "homepage": "https://github.com/balena-io-modules/balena-semver", "repository": { "type": "git", "url": "https://github.com/balena-io-modules/balena-semver" }, "files": [ "build/", "src/" ], "engines": { "node": "^20.12.0 || >= 22.0.0" }, "keywords": [ "balena", "balena.io", "resin", "resin.io", "semver" ], "scripts": { "test": "npm run build && mocha && npm run lint", "build": "tsc && npm run docs", "lint": "balena-lint -e js -e ts -t tsconfig.dev.json src/ test/ automation/", "docs": "node ./automation/docs.js", "ci": "npm run build && catch-uncommitted && npm test", "lint:fix": "balena-lint -e js -e ts -t tsconfig.dev.json --fix src/ test/ automation/", "prepack": "npm run build", "prepare": "husky" }, "author": "Balena Ltd. <hello@balena.io>", "license": "Apache-2.0", "dependencies": { "@types/memoizee": "^0.4.12", "@types/semver": "^7.7.0", "memoizee": "^0.4.17", "semver": "^7.7.2" }, "devDependencies": { "@balena/lint": "^9.3.2", "@types/chai": "^4.3.20", "@types/mocha": "^10.0.10", "catch-uncommitted": "^2.0.0", "chai": "^6.0.0", "husky": "^9.1.7", "jsdoc-to-markdown": "^9.1.2", "lint-staged": "^16.1.5", "mocha": "^11.7.1", "ts-node": "^10.9.2", "typescript": "^5.9.2" }, "mocha": { "require": "ts-node/register/transpile-only", "recursive": true, "_": "test/**/*.spec.ts" }, "versionist": { "publishedAt": "2026-05-16T00:10:36.035Z" } }