UNPKG

nuxt-sm

Version:
45 lines (44 loc) 1.06 kB
{ "name": "nuxt-sm", "version": "0.1.6", "description": "A Nuxt module for SliceMachine", "main": "src/index.js", "directories": { "test": "tests" }, "dependencies": { "consola": "^2.11.3", "slash": "^3.0.0", "sm-commons": "0.1.6" }, "devDependencies": { "better-npm-audit": "^3.4.0", "eslint": "^7.32.0", "eslint-plugin-jest": "^24.4.0", "eslint-plugin-vue": "^7.17.0", "jest": "^27.2.5", "vue-essential-slices": "0.0.7" }, "scripts": { "test": "jest", "lint": "eslint --ext .js .", "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": [ "Nuxt", "Prismic", "SliceMachine" ], "author": "Hugo Villain", "license": "MIT", "bugs": { "url": "https://github.com/prismicio/sm-commons/issues" }, "homepage": "https://github.com/prismicio/sm-commons#readme", "gitHead": "ec6f9cd625377d9badfc3925c59edc66b58462bf" }