2020-11-18 17:53:37 +00:00
|
|
|
|
{
|
2020-12-09 11:41:58 +00:00
|
|
|
|
"name": "modele-social",
|
2024-11-04 11:16:20 +00:00
|
|
|
|
"version": "3.1.0",
|
2020-11-18 17:53:37 +00:00
|
|
|
|
"description": "Les règles publicodes du système social français",
|
2022-05-17 16:25:58 +00:00
|
|
|
|
"type": "module",
|
2020-11-18 17:53:37 +00:00
|
|
|
|
"main": "./dist/index.js",
|
2022-05-17 16:25:58 +00:00
|
|
|
|
"module": "dist/index.js",
|
2020-11-18 17:53:37 +00:00
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/betagouv/mon-entreprise.git",
|
2020-12-09 11:41:58 +00:00
|
|
|
|
"directory": "modele-social"
|
2020-11-18 17:53:37 +00:00
|
|
|
|
},
|
|
|
|
|
"bugs": "https://github.com/betagouv/mon-entreprise/issues?q=is%3Aopen+is%3Aissue+label%3A%22%F0%9F%93%95+l%C3%A9gislation%22",
|
2021-11-30 16:31:20 +00:00
|
|
|
|
"homepage": "https://mon-entreprise.urssaf.fr/int%C3%A9gration/biblioth%C3%A8que-de-calcul",
|
2020-11-18 17:53:37 +00:00
|
|
|
|
"license": "MIT",
|
|
|
|
|
"files": [
|
2022-03-30 13:45:25 +00:00
|
|
|
|
"dist",
|
|
|
|
|
"index.d.ts"
|
2020-11-18 17:53:37 +00:00
|
|
|
|
],
|
|
|
|
|
"devDependencies": {
|
2022-01-25 14:54:59 +00:00
|
|
|
|
"js-yaml": "^4.1.0",
|
2023-12-20 10:27:29 +00:00
|
|
|
|
"onchange": "^7.1.0"
|
2020-11-18 17:53:37 +00:00
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2024-02-23 10:15:38 +00:00
|
|
|
|
"publicodes": "^1.0.4"
|
2020-11-18 17:53:37 +00:00
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2024-02-21 17:15:45 +00:00
|
|
|
|
"build": "node ../scripts/build-rules.js && echo 'ℹ️ Compilation effectuée'",
|
|
|
|
|
"start": "yarn run build && onchange 'règles/**/*.publicodes' -- yarn run build && echo 'ℹ️ Compilation effectuée'",
|
2020-12-11 09:51:12 +00:00
|
|
|
|
"clean": "rimraf dist node_modules",
|
2022-03-30 08:30:05 +00:00
|
|
|
|
"prepack": "yarn run build",
|
2020-12-02 14:48:46 +00:00
|
|
|
|
"up": "yarn version --minor && echo \"ℹ N'oubliez pas de poussez le tag git\"",
|
2022-01-27 17:28:48 +00:00
|
|
|
|
"test": "node ../scripts/check-changelog.js"
|
2020-11-18 17:53:37 +00:00
|
|
|
|
}
|
|
|
|
|
}
|