└── package.json /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "nuxt-notion", 3 | "version": "0.0.1", 4 | "description": "Nuxt Module for Notion API", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "test" 8 | }, 9 | "repository": { 10 | "type": "git", 11 | "url": "git+https://github.com/64robots/nuxt-notion.git" 12 | }, 13 | "keywords": [ 14 | "nuxt", 15 | "notion" 16 | ], 17 | "author": "64 Robots", 18 | "license": "ISC", 19 | "bugs": { 20 | "url": "https://github.com/64robots/nuxt-notion/issues" 21 | }, 22 | "homepage": "https://github.com/64robots/nuxt-notion#readme" 23 | } 24 | --------------------------------------------------------------------------------