This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.51 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "lyne-icons",
"version": "4.40.0",
"description": "Icons for the Lyne Design System",
"main": "index.js",
"dependencies": {
"lyne-helper-trigger-travis": "~1.0.3",
"ncp": "~2.0.0",
"rimraf": "~3.0.2"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "~17.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"axios": "~0.27.2",
"dotenv": "~16.0.0",
"eslint": "^8.0.1",
"eslint-plugin-yaml": "~0.5.0",
"husky": "^8.0.1",
"lyne-helper-eslint-config": "~1.0.1",
"lyne-helper-figma-api": "~1.1.6",
"minimist": "~1.2.5",
"netlify-cli": "~10.5.1",
"semantic-release": "~19.0.2",
"semantic-release-slack-bot": "^3.0.0",
"shelljs": "~0.8.4",
"simple-git": "~3.7.1",
"svg-slim": "~2.0.3"
},
"files": [
"dist/"
],
"scripts": {
"icons:extract": "node figmaExtractor/figmaIconsExtractor.js",
"lint": "npm run lint:yml && npm run lint:js",
"lint:js": "eslint ./ --ext .js",
"lint:yml": "eslint ./ --ext .yml,.yaml",
"semantic-release": "semantic-release",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lyne-design-system/lyne-icons.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lyne-design-system/lyne-icons/issues"
},
"homepage": "https://github.com/lyne-design-system/lyne-icons/blob/master/README.md"
}