-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.19 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
43
44
{
"name": "@scthakuri/adblock-detector",
"version": "1.0.7",
"description": "Adblock Detetcor for React",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"private": false,
"files": [
"lib/**/*"
],
"scripts": {
"test": "test",
"build": "tsc",
"prepare": "npm run build",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sureshchand12a/react-adblock-detector.git"
},
"keywords": [
"adblock",
"adblock detector",
"react adblock detector",
"anti adblock"
],
"author": "Suresh Chand <scthakuri12a@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sureshchand12a/react-adblock-detector/issues"
},
"homepage": "https://chpadblock.com",
"devDependencies": {
"@types/crypto-js": "4.1.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"crypto-js": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.7.3"
}
}