This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·62 lines (62 loc) · 1.52 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
54
55
56
57
58
59
60
61
62
{
"name": "nuxt-icon-font",
"version": "0.0.9",
"description": "auto generate icon-font from svg",
"homepage": "https://github.com/omidbakhshi/nuxt-icon-font",
"repository": "https://github.com/omidbakhshi/nuxt-icon-font",
"bugs": {
"url": "https://github.com/omidbakhshi/nuxt-icon-font/issues",
"email": "o.bakhshi@gmail.com"
},
"license": "MIT",
"contributors": [
"omid <omid.b.69@gmail.com>"
],
"files": [
"lib"
],
"main": "lib/module.js",
"scripts": {
"dev": "nuxt example",
"lint": "eslint --ext .js,.vue .",
"release": "standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest && codecov -t c9f8b00e-81e1-4eda-a883-a27746959537"
},
"dependencies": {
"consola": "^2.14.0",
"core-js": "2.6.5",
"svgtofont": "^3.1.1"
},
"devDependencies": {
"@babel/core": "latest",
"@babel/preset-env": "latest",
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@nuxtjs/eslint-config": "latest",
"@nuxtjs/module-test-utils": "latest",
"babel-eslint": "latest",
"babel-jest": "latest",
"codecov": "^3.7.2",
"eslint": "latest",
"husky": "latest",
"jest": "latest",
"nuxt-edge": "latest",
"standard-version": "latest"
},
"publishConfig": {
"access": "public"
},
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [
"nuxtFontIcon",
"nuxt",
"nuxtjs",
"nuxt-module",
"iconfont",
"webfont"
],
"author": "Omid Bakhshi"
}