-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 926 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
31
32
33
34
35
36
37
38
39
{
"name": "figma-export",
"version": "0.0.0",
"description": "Figma utils",
"private": true,
"scripts": {
"release": "auto shipit",
"postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salute-developers/figma-export.git"
},
"author": "Salute Frontend Team <salute.developers@gmail.com>",
"homepage": "https://github.com/salute-developers/figma-export#readme",
"auto": {
"plugins": [
[
"npm",
{
"setRcToken": false
}
],
"conventional-commits"
]
},
"devDependencies": {
"@auto-it/conventional-commits": "11.1.1",
"@auto-it/npm": "11.1.1",
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"auto": "11.1.1",
"husky": "8.0.1",
"lerna": "5.0.0",
"lint-staged": "10.5.4",
"prettier": "2.6.2",
"pretty-quick": "3.1.3"
}
}