-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mna-trajectoires-pro",
"version": "1.26.0",
"description": "[MNA] Exposition",
"repository": "https://github.com/mission-apprentissage/trajectoires-pro.git",
"private": true,
"author": "MNA",
"license": "MIT",
"scripts": {
"npm:release": "semantic-release",
"npm:release:local": "CI=true LOCAL_RELEASE=true semantic-release",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "16.2.4",
"@commitlint/config-conventional": "16.2.4",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"husky": "^8.0.3",
"semantic-release": "19.0.2",
"semantic-release-slack-bot": "3.5.2"
},
"prettier": {
"printWidth": 120,
"bracketSpacing": true,
"trailingComma": "es5"
},
"packageManager": "[email protected]"
}