UNPKG

2.06 kBJSONView Raw
1{
2 "name": "@nuxtjs/auth",
3 "version": "4.6.4",
4 "description": "Authentication module for Nuxt.js",
5 "license": "MIT",
6 "contributors": [
7 {
8 "name": "Pooya Parsa <pooya@pi0.ir>",
9 "url": "https://github.com/pi0"
10 },
11 {
12 "name": "Herberts Cruz <herbertscruz@gmail.com>"
13 },
14 {
15 "name": "Tony Briet",
16 "url": "https://github.com/breakingrobot"
17 }
18 ],
19 "main": "lib/module/index.js",
20 "repository": "nuxt-community/auth-module",
21 "publishConfig": {
22 "access": "public"
23 },
24 "scripts": {
25 "heroku-postbuild": "nuxt build examples/demo",
26 "start": "nuxt start examples/demo",
27 "dev": "nuxt examples/demo",
28 "lint": "eslint lib test",
29 "lint-fix": "eslint --fix lib test",
30 "test": "npm run lint && jest",
31 "release": "standard-version && git push --follow-tags && npm publish"
32 },
33 "eslintIgnore": [
34 "lib/module/plugin.js"
35 ],
36 "files": [
37 "lib"
38 ],
39 "jest": {
40 "testEnvironment": "node",
41 "collectCoverage": true
42 },
43 "dependencies": {
44 "@nuxtjs/axios": "^5.5.3",
45 "consola": "^2.7.1",
46 "cookie": "^0.4.0",
47 "dotprop": "^1.2.0",
48 "js-cookie": "^2.2.0",
49 "lodash": "^4.17.11",
50 "nanoid": "^2.0.1"
51 },
52 "devDependencies": {
53 "@nuxtjs/toast": "^3.0.2",
54 "babel-plugin-transform-class-properties": "^6.24.1",
55 "babel-plugin-transform-decorators-legacy": "^1.3.5",
56 "body-parser": "^1.18.3",
57 "bootstrap-vue": "2.0.0-rc.20",
58 "codecov": "^3.1.0",
59 "cookie-parser": "^1.4.3",
60 "eslint": "^5.13.0",
61 "eslint-config-standard": "^12.0.0",
62 "eslint-plugin-import": "^2.16.0",
63 "eslint-plugin-jest": "^22.2.2",
64 "eslint-plugin-node": "^9.1.0",
65 "eslint-plugin-promise": "^4.0.1",
66 "eslint-plugin-standard": "^4.0.0",
67 "eslint-plugin-vue": "^5.1.0",
68 "express": "^4.16.4",
69 "express-jwt": "^5.3.1",
70 "jest": "^24.1.0",
71 "jsdom": "^15.1.0",
72 "nuxt-class-component": "^1.2.0",
73 "nuxt-edge": "^2.8.0-25986853.f39fe227",
74 "puppeteer": "^1.12.2",
75 "standard-version": "^6.0.1"
76 }
77}