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.
46 lines
962 B
46 lines
962 B
{
|
|
"name": "@intlify/shared",
|
|
"version": "9.1.9",
|
|
"description": "@intlify/shared",
|
|
"keywords": [
|
|
"i18n",
|
|
"internationalization",
|
|
"intlify",
|
|
"utitlity"
|
|
],
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "kazuya kawaguchi",
|
|
"email": "kawakazu80@gmail.com"
|
|
},
|
|
"homepage": "https://github.com/intlify/vue-i18n-next/tree/master/packages/shared#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/intlify/vue-i18n-next.git",
|
|
"directory": "packages/shared"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/intlify/vue-i18n-next/issues"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"dist"
|
|
],
|
|
"main": "index.js",
|
|
"module": "dist/shared.esm-bundler.js",
|
|
"types": "dist/shared.d.ts",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"buildOptions": {
|
|
"name": "IntlifyShared",
|
|
"formats": [
|
|
"esm-bundler",
|
|
"cjs"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"sideEffects": false
|
|
}
|
|
|