@svara/npmsemver
Version:
Experimental package to test release automation
47 lines (46 loc) • 1.26 kB
JSON
{
"name": "@svara/npmsemver",
"version": "1.1.1",
"description": "Experimental package to test release automation",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "exit 0",
"lint": "prettier . --write"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/svaraborut/npmsemver.git"
},
"keywords": [
"test",
"sv",
"semantic-versioning"
],
"author": "Borut Svara <borut@svara.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/svaraborut/npmsemver/issues"
},
"homepage": "https://github.com/svaraborut/npmsemver#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^22.12.0",
"prettier": "^3.4.2",
"semantic-release": "^22.0.12",
"vite": "^6.0.11",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-external": "^4.3.1"
}
}