2022-01-27 17:28:48 +00:00
|
|
|
|
{
|
|
|
|
|
"name": "exoneration-covid",
|
2022-02-14 13:10:09 +00:00
|
|
|
|
"version": "0.2.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": [
|
|
|
|
|
"dist/index.js"
|
|
|
|
|
],
|
|
|
|
|
"type": "module",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
|
"publicodes": "^1.0.0-beta.30"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"publicodes": "^1.0.0-beta.30"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "node ../scripts/build-rules.js",
|
|
|
|
|
"clean": "rimraf dist node_modules",
|
|
|
|
|
"prepare": "yarn run build",
|
|
|
|
|
"up": "yarn version --minor && echo \"ℹ N'oubliez pas de poussez le tag git\"",
|
|
|
|
|
"test": "node ../scripts/check-changelog.js"
|
|
|
|
|
}
|
|
|
|
|
}
|