-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 908 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
{
"name": "@iconsauce/mgg-icons",
"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": {
"@maggioli-design-system/svg-icons": "^2.6.3"
},
"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-mgg-icons.git"
},
"keywords": [
"plugin"
],
"author": "Vittorio Vittori",
"license": "ISC",
"bugs": {
"url": "https://github.com/iconsauce/plugin-mgg-icons/issues"
},
"homepage": "https://github.com/iconsauce/plugin-mgg-icons#readme"
}