UNPKG

2.06 kBJSONView Raw
1{
2 "name": "@nuxtjs/auth",
3 "version": "4.5.3",
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": "https://github.com/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 src test",
29 "lint-fix": "eslint --fix lib src 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.3.1",
45 "consola": "^1.3.0",
46 "cookie": "^0.3.1",
47 "dotprop": "^1.0.2",
48 "js-cookie": "^2.2.0",
49 "lodash": "^4.17.10"
50 },
51 "devDependencies": {
52 "@nuxtjs/toast": "^3.0.0",
53 "babel-plugin-transform-class-properties": "^6.24.1",
54 "babel-plugin-transform-decorators-legacy": "^1.3.4",
55 "body-parser": "^1.18.3",
56 "bootstrap-vue": "^2.0.0-rc.11",
57 "codecov": "^3.0.2",
58 "cookie-parser": "^1.4.3",
59 "eslint": "^4.19.1",
60 "eslint-config-standard": "^11.0.0",
61 "eslint-plugin-import": "^2.12.0",
62 "eslint-plugin-jest": "^21.15.0",
63 "eslint-plugin-node": "^6.0.1",
64 "eslint-plugin-promise": "^3.7.0",
65 "eslint-plugin-standard": "^3.1.0",
66 "eslint-plugin-vue": "^4.4.0",
67 "express": "^4.16.3",
68 "express-jwt": "^5.3.1",
69 "jest": "^22.4.4",
70 "jsdom": "^11.10.0",
71 "nuxt-class-component": "^1.2.0",
72 "nuxt-edge": "^2.0.0-25440915.dcc92c6",
73 "puppeteer": "^1.4.0",
74 "standard-version": "latest"
75 }
76}