vue-plugin-kuzzle
Version:
A Vuejs plugin shipping the Kuzzle SDK in your components
50 lines (49 loc) • 1.24 kB
JSON
{
"name": "vue-plugin-kuzzle",
"version": "4.7.0",
"description": "A Vuejs plugin shipping the Kuzzle SDK in your components",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepack": "npm run build",
"test": "npm run test:lint && npm run test:types",
"test:lint": "eslint . --ext .ts",
"test:lint:fix": "npm run test:lint -- --fix",
"test:types": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuzzleio/vue-plugin-kuzzle.git"
},
"keywords": [
"kuzzle",
"vuejs",
"plugin"
],
"author": "Luca Marchesini <luca@kuzzle.io>",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/kuzzleio/vue-plugin-kuzzle/issues"
},
"homepage": "https://github.com/kuzzleio/vue-plugin-kuzzle#readme",
"peerDependencies": {
"kuzzle-sdk": "~7.x",
"typescript": ">= 5.1",
"vue": "2.7.*"
},
"dependencies": {
"kuzzle-sdk": "~7.x",
"vue": "2.7.*"
},
"devDependencies": {
"@types/node": "^16.10.1",
"eslint-plugin-kuzzle": "^0.0.8",
"typescript": "5.1.*",
"semantic-release-config-kuzzle": "1.1.2"
},
"files": [
"dist"
]
}