Deleted v0.1.0, v0.1.1, v0.1.3 tags and Gitea releases — project is alpha and should never have crossed 0.1.0. All package.json files synced to 0.0.20. Added version-bump.sh script that hard-rejects any version >= 0.1.0. Added versioning hard gate to AGENTS.md so agents cannot repeat the mistake. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
889 B
JSON
29 lines
889 B
JSON
{
|
|
"name": "@mosaic/config",
|
|
"version": "0.0.20",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./typescript/base": "./typescript/base.json",
|
|
"./typescript/nextjs": "./typescript/nextjs.json",
|
|
"./typescript/nestjs": "./typescript/nestjs.json",
|
|
"./typescript/library": "./typescript/library.json",
|
|
"./eslint/base": "./eslint/base.js",
|
|
"./eslint/nextjs": "./eslint/nextjs.js",
|
|
"./eslint/nestjs": "./eslint/nestjs.js",
|
|
"./prettier": "./prettier/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
|
"@typescript-eslint/parser": "^8.26.0",
|
|
"eslint": "^9.21.0",
|
|
"eslint-config-prettier": "^10.1.0",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"eslint-plugin-security": "^3.0.1",
|
|
"prettier": "^3.5.3",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.26.0"
|
|
}
|
|
}
|