@dev-build-deploy/version-it
Version:
Version Management Library
47 lines (46 loc) • 1.21 kB
JSON
{
"name": "@dev-build-deploy/version-it",
"version": "2.0.0",
"description": "Version Management Library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "tsc --project tsconfig.publish.json",
"test": "jest --coverage",
"lint": "eslint --ext .ts test/ src/",
"format": "prettier --write **/*.ts && prettier --write **/*.ts"
},
"author": "Kevin de Jong",
"license": "MIT",
"keywords": [
"Versioning",
"SemVer",
"CalVer"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dev-build-deploy/version-it.git"
},
"bugs": {
"url": "https://github.com/dev-build-deploy/version-it/issues"
},
"homepage": "https://github.com/dev-build-deploy/version-it#readme",
"devDependencies": {
"@tsconfig/node20": "^20",
"@types/jest": "^29",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"eslint": "^8",
"eslint-import-resolver-typescript": "^3",
"eslint-plugin-import": "^2",
"eslint-plugin-jest": "^28",
"jest": "^29",
"prettier": "^3",
"ts-jest": "^29",
"typescript": "^5"
},
"files": [
"lib/*"
]
}