1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 00:35:00 +00:00
mon-entreprise/publicodes/package.json
2021-07-26 12:26:25 +02:00

18 lines
399 B
JSON

{
"name": "publicodes-monorepo",
"private": true,
"workspaces": [
"core",
"ui-react"
],
"scripts": {
"test": "yarn workspaces run test",
"test:type": "yarn workspaces run tsc",
"lint:prettier": "yarn run prettier --check \"**/*.{js,jsx,ts,tsx,yaml,yml}\"",
"lint:prettier:fix": "yarn lint:prettier --write"
},
"dependencies": {},
"devDependencies": {
"prettier": "^2.3.2"
}
}