-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "@iconsauce/material-design-icons-updated",
"version": "1.0.9",
"description": "This plugin is created to work with iconsauce",
"main": "lib/index.js",
"scripts": {
"build": "tsc --declaration",
"prepublishOnly": "npm run build"
},
"dependencies": {
"material-design-icons-updated": "^7.0.0"
},
"devDependencies": {
"@iconsauce/core": "^1.1.0",
"@iconsauce/plugin": "^0.0.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.7.0",
"typescript": "^4.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iconsauce/plugin-material-design-icons-updated.git"
},
"keywords": [
"plugin"
],
"author": {
"email": "[email protected]",
"name": "Vittorio Vittori",
"role": "Design System Architect",
"url": "https://github.com/vitto"
},
"contributors": [
{
"name": "Nicola Tamburini",
"email": "[email protected]",
"role": "Software Engineer"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/iconsauce/plugin-material-design-icons-updated/issues"
},
"homepage": "https://github.com/iconsauce/plugin-material-design-icons-updated#readme"
}