-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.save
More file actions
76 lines (76 loc) · 1.71 KB
/
package.json.save
File metadata and controls
76 lines (76 loc) · 1.71 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "byeivan",
"version": "1.0.3
",
"description": "commie filter in the form of an Express Server",
"keywords": [
"express",
"express-middleware",
"putin",
"russia",
"war",
"criminal",
"russian",
"invasion",
"ukraine",
"block",
"ip",
"proxy",
"firewall",
"byeivan"
],
"files": [
"build/**"
],
"main": "build/index.js",
"types": "build/index.d.ts",
"engines": {
"node": ">=12",
"npm": ">=6"
},
"scripts": {
"build": "tsc --build tsconfig.json",
"clean": "rimraf build",
"clean:force": "npm run clean && rimraf node_modules",
"release": "npm run release:prepare && npm run release:publish",
"release:prepare": "npm run clean:force && npm ci && npm run build",
"release:publish": "np",
"test": "jest",
"update:ips": "node scripts/updateRussianIps.js"
},
"publishConfig": {
"access": "public"
},
"author": "freedom",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://www.state.gov/united-with-ukraine/"
},
"bugs": {
"url": "https://www.state.gov/united-with-ukraine/"
},
"homepage": "https://www.state.gov/united-with-ukraine/",
"dependencies": {
"ip-bigint": "^3.0.3",
"ipaddr.js": "^2.0.1",
"request-ip": "^2.1.3"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/request-ip": "0.0.37",
"@types/supertest": "^2.0.11",
"express": "^4.17.3",
"jest": "^27.5.1",
"memfs": "^3.4.1",
"np": "^7.6.0",
"papaparse": "^5.3.1",
"rimraf": "^3.0.2",
"supertest": "^6.2.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"unzipper": "^0.10.11"
}
}