mon-entreprise/modele-social/package.json

37 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"name": "modele-social",
2024-12-27 15:07:52 +00:00
"version": "4.0.0",
"description": "Les règles publicodes du système social français",
2022-05-17 16:25:58 +00:00
"type": "module",
"main": "./dist/index.js",
2022-05-17 16:25:58 +00:00
"module": "dist/index.js",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/betagouv/mon-entreprise.git",
"directory": "modele-social"
},
"bugs": "https://github.com/betagouv/mon-entreprise/issues?q=is%3Aopen+is%3Aissue+label%3A%22%F0%9F%93%95+l%C3%A9gislation%22",
"homepage": "https://mon-entreprise.urssaf.fr/int%C3%A9gration/biblioth%C3%A8que-de-calcul",
"license": "MIT",
"files": [
"dist",
"index.d.ts"
],
"devDependencies": {
"js-yaml": "^4.1.0",
2023-12-20 10:27:29 +00:00
"onchange": "^7.1.0"
},
"peerDependencies": {
2024-02-23 10:15:38 +00:00
"publicodes": "^1.0.4"
},
"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'",
"clean": "rimraf dist node_modules",
2022-03-30 08:30:05 +00:00
"prepack": "yarn run build",
"up": "yarn version --minor && echo \" N'oubliez pas de poussez le tag git\"",
"test": "node ../scripts/check-changelog.js"
}
}