You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.0 KiB
50 lines
1.0 KiB
5 months ago
|
{
|
||
|
"name": "@intlify/devtools-if",
|
||
|
"version": "9.1.9",
|
||
|
"description": "@intlify/devtools-if",
|
||
|
"keywords": [
|
||
|
"devtools",
|
||
|
"i18n",
|
||
|
"internationalization",
|
||
|
"intlify"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"author": {
|
||
|
"name": "kazuya kawaguchi",
|
||
|
"email": "kawakazu80@gmail.com"
|
||
|
},
|
||
|
"homepage": "https://github.com/intlify/vue-i18n-next/tree/master/packages/devtools-if#readme",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/intlify/vue-i18n-next.git",
|
||
|
"directory": "packages/devtools-if"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/intlify/vue-i18n-next/issues"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"dist"
|
||
|
],
|
||
|
"main": "index.js",
|
||
|
"module": "dist/devtools-if.esm-bundler.js",
|
||
|
"types": "dist/devtools-if.d.ts",
|
||
|
"dependencies": {
|
||
|
"@intlify/shared": "9.1.9"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 10"
|
||
|
},
|
||
|
"buildOptions": {
|
||
|
"name": "IntlifyDevToolsIf",
|
||
|
"formats": [
|
||
|
"esm-bundler",
|
||
|
"cjs"
|
||
|
]
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"sideEffects": false
|
||
|
}
|