forked from nuxt-modules/device
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 779 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@nuxtjs/device",
"version": "1.2.7",
"description": "Device detection module for Nuxt.js",
"repository": "nuxt-community/device-module",
"license": "MIT",
"author": "Shinji Yamada <dotneet@gmail.com>",
"files": [
"lib"
],
"main": "lib/module.js",
"types": "lib/types.d.ts",
"scripts": {
"lint": "eslint --ext .js,.vue lib",
"release": "standard-version && git push --follow-tags && npm publish",
"test": "jest test"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/module-test-utils": "^1.6.1",
"eslint": "^6.8.0",
"jest": "^25.5.4",
"jsdom": "^16.2.2",
"nuxt-edge": "^2.11.1-26378723.c5d0067",
"standard-version": "^7.1.0"
},
"publishConfig": {
"access": "public"
}
}