2022-01-27 17:28:48 +00:00
|
|
|
|
{
|
|
|
|
|
"name": "exoneration-covid",
|
2024-02-08 11:17:16 +00:00
|
|
|
|
"version": "1.0.0",
|
2022-01-27 17:28:48 +00:00
|
|
|
|
"description": "Les règles publicodes pour le calcul de l'exonération de cotisations covid (année 2021)",
|
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/betagouv/mon-entreprise.git",
|
|
|
|
|
"directory": "exoneration-covid"
|
|
|
|
|
},
|
|
|
|
|
"bugs": "https://github.com/betagouv/mon-entreprise/issues?q=is%3Aopen+is%3Aissue+label%3A%22%F0%9F%93%95+l%C3%A9gislation%22",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"files": [
|
2022-03-30 13:45:25 +00:00
|
|
|
|
"dist",
|
|
|
|
|
"index.d.ts"
|
2022-01-27 17:28:48 +00:00
|
|
|
|
],
|
|
|
|
|
"type": "module",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"js-yaml": "^4.1.0",
|
2023-12-20 10:27:29 +00:00
|
|
|
|
"onchange": "^7.1.0"
|
2022-01-27 17:28:48 +00:00
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2024-02-23 10:15:38 +00:00
|
|
|
|
"publicodes": "^1.0.4"
|
2022-01-27 17:28:48 +00:00
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "node ../scripts/build-rules.js",
|
2022-03-30 08:30:05 +00:00
|
|
|
|
"start": "yarn run build && onchange 'règles/**/*.yaml' -- yarn run build",
|
2022-01-27 17:28:48 +00:00
|
|
|
|
"clean": "rimraf dist node_modules",
|
2022-03-30 08:30:05 +00:00
|
|
|
|
"prepack": "yarn run build",
|
2022-03-29 14:53:39 +00:00
|
|
|
|
"upgrade:major": "yarn version major && echo \"ℹ N'oubliez pas de poussez le tag git\"",
|
|
|
|
|
"upgrade:minor": "yarn version minor && echo \"ℹ N'oubliez pas de poussez le tag git\"",
|
|
|
|
|
"upgrade:patch": "yarn version patch && echo \"ℹ N'oubliez pas de poussez le tag git\"",
|
2022-01-27 17:28:48 +00:00
|
|
|
|
"test": "node ../scripts/check-changelog.js"
|
|
|
|
|
}
|
|
|
|
|
}
|