-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
33 lines (33 loc) · 890 Bytes
/
package.json
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
{
"name": "detectincognitojs",
"version": "1.3.7",
"description": "detectIncognito.js can be used to detect incognito mode & other private browsing modes on most modern browsers as of 2024.",
"main": "./dist/detectIncognito.js",
"module": "./dist/detectIncognito.esm.js",
"types": "./dist/detectIncognito.d.ts",
"scripts": {
"build-for-cdn": "npx webpack",
"build-module": "tsc",
"build": "npm run build-for-cdn && npm run build-module"
},
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Joe12387/detectIncognito.git"
},
"keywords": [
"incognito"
],
"author": "Joe Rutkowski / Joe12387",
"license": "MIT",
"devDependencies": {
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.4.2",
"typescript": "^4.6.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}