balena-semver
Version:
Balena specific semver utility methods
67 lines (66 loc) • 1.74 kB
JSON
{
"name": "balena-semver",
"version": "4.1.7",
"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": "5.2.3",
"@types/mocha": "10.0.10",
"catch-uncommitted": "2.0.0",
"chai": "6.2.2",
"husky": "9.1.7",
"jsdoc-to-markdown": "9.1.3",
"lint-staged": "17.0.8",
"mocha": "11.7.6",
"ts-node": "10.9.2",
"typescript": "6.0.3"
},
"mocha": {
"require": "ts-node/register/transpile-only",
"recursive": true,
"_": "test/**/*.spec.ts"
},
"versionist": {
"publishedAt": "2026-06-24T01:26:49.582Z"
}
}