From: Eduardo San Martin Morote Date: Tue, 17 Aug 2021 17:38:07 +0000 (+0200) Subject: chore: empty nuxt project [skip ci] X-Git-Tag: @pinia/nuxt@0.0.1~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67fa20d47bc2abfe143702bd1999089a05558fde;p=thirdparty%2Fvuejs%2Fpinia.git chore: empty nuxt project [skip ci] --- diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json new file mode 100644 index 00000000..b3ab4bae --- /dev/null +++ b/packages/nuxt/package.json @@ -0,0 +1,45 @@ +{ + "name": "@pinia/nuxt", + "description": "Nuxt Module for pinia", + "version": "0.0.0", + "sideEffects": false, + "author": { + "name": "Eduardo San Martin Morote", + "email": "posva13@gmail.com" + }, + "funding": "https://github.com/sponsors/posva", + "publishConfig": { + "access": "public" + }, + "main": "./dist/index.js", + "module": "./dist/index.mjs", + "types": "./dist/index.d.ts", + "exports": { + "require": "./dist/index.js", + "import": "./dist/index.mjs" + }, + "scripts": { + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @senda/url -r 1" + }, + "files": [ + "dist/*.js", + "dist/*.mjs", + "dist/*.d.ts" + ], + "keywords": [ + "vue", + "vuex", + "store", + "pinia", + "nuxt" + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/posva/pinia.git" + }, + "bugs": { + "url": "https://github.com/posva/pinia/issues" + }, + "homepage": "https://github.com/posva/pinia/tree/v2/packages/nuxt#readme" +}