@cinnabar-forge/meta
Version:
Version updater
65 lines (64 loc) • 1.43 kB
JSON
{
"name": "@cinnabar-forge/meta",
"version": "0.4.3",
"description": "Version updater",
"keywords": [
"cli",
"version-management",
"git-integration",
"project-configuration",
"semver",
"interactive-cli",
"npm-version",
"git-commands",
"automation-tools"
],
"license": "ISC",
"contributors": [
{
"name": "Timur Moziev",
"email": "timur.moziev@gmail.com",
"url": "https://timurrin.github.io/"
}
],
"files": [
"bin",
"dist"
],
"type": "module",
"main": "dist/index.js",
"bin": {
"cinnabar-meta": "bin/cinnabar-meta.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cinnabar-forge/node-meta.git"
},
"scripts": {
"build": "node esbuild.js",
"build:bundle": "node esbuild.js full",
"build:dev": "tsc",
"build:sea": "node sea.build.js",
"check": "biome check ./src",
"dev": "node esbuild.js watch",
"fix": "biome check --fix --unsafe ./src",
"prepack": "npm run build",
"test": "npm run check && tsc && mocha './build/dev/test'"
},
"dependencies": {
"clivo": "0.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/chai": "5.0.1",
"@types/mocha": "10.0.10",
"@types/node": "22.13.5",
"chai": "5.2.0",
"esbuild": "0.25.0",
"mocha": "11.1.0",
"typescript": "5.7.3"
},
"engines": {
"node": ">=18.0.0"
}
}