1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-10 13:55:03 +00:00
mon-entreprise/modele-social/package.json
Maxime Quandalle 872133aefc
Merge pull request #1833 from betagouv/nouvelle-url
Remplace l'URL de mon-entreprise en mon-entreprise.urssaf.fr
2021-11-30 17:31:20 +01:00

32 lines
938 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "modele-social",
"version": "0.3.0",
"description": "Les règles publicodes du système social français",
"main": "./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.js"
],
"devDependencies": {
"publicodes": "^1.0.0-beta.17",
"yaml": "^1.10.0"
},
"peerDependencies": {
"publicodes": "^1.0.0-beta.17"
},
"scripts": {
"build": "node build.js",
"clean": "rimraf dist node_modules",
"prepare": "yarn run build",
"up": "yarn version --minor && echo \" N'oubliez pas de poussez le tag git\"",
"test": "echo 1"
}
}