-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ep_mobile_view",
"version": "1.4.5",
"description": "",
"main": "index.js",
"author": {
"name": "Hossein Marzban",
"email": "marzban98@gmail.com"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint:fix": "eslint --fix .",
"rollup:build": "rollup -c rollup.config.js",
"rollup:watch": "rollup -c rollup.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HMarzban/ep_mobile_view.git"
},
"keywords": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/HMarzban/ep_mobile_view/issues"
},
"homepage": "https://github.com/HMarzban/ep_mobile_view#readme",
"devDependencies": {
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"eslint": "^8.11.0",
"eslint-config-etherpad": "^3.0.9",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.6.2"
},
"dependencies": {
"express-useragent": "^1.0.15",
"node-device-detector": "^1.4.4"
},
"engines": {
"node": ">=12.13.0"
}
}