]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: empty nuxt project [skip ci]
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 17 Aug 2021 17:38:07 +0000 (19:38 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 17 Aug 2021 17:38:07 +0000 (19:38 +0200)
packages/nuxt/package.json [new file with mode: 0644]

diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json
new file mode 100644 (file)
index 0000000..b3ab4ba
--- /dev/null
@@ -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"
+}