vue-slicezone
Version:
A component that maps other components to Prismic slices
37 lines (36 loc) • 936 B
JSON
{
"name": "vue-slicezone",
"version": "0.1.6",
"description": "A component that maps other components to Prismic slices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint --ext .js,.vue .",
"audit": "better-npm-audit audit -l high -p",
"audit-fix": "npm audit fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prismicio/sm-commons.git"
},
"keywords": [
"Vuejs",
"Prismic",
"slices"
],
"author": "Hugo Villain",
"license": "ISC",
"bugs": {
"url": "https://github.com/prismicio/sm-commons/issues"
},
"homepage": "https://github.com/prismicio/sm-commons#readme",
"gitHead": "ec6f9cd625377d9badfc3925c59edc66b58462bf",
"devDependencies": {
"better-npm-audit": "^3.4.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.17.0"
},
"dependencies": {
"sm-commons": "0.1.6"
}
}