This repository was archived by the owner on Apr 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.25 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
{
"name": "ddos-separ",
"license": "MIT",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/okineadev/ddos-separ.git"
},
"scripts": {
"lint": "browserslist-lint && markdownlint --disable MD033 MD041 MD045 MD013 -- README.md src",
"build": "gulp",
"build:dev": "gulp dev"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@types/jquery": "^3.5.14",
"browserslist-lint": "^0.3.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-jsonmin": "^1.2.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify-es": "^3.0.0",
"markdownlint": "^0.27.0",
"markdownlint-cli": "^0.33.0",
"network-information-types": "^0.1.1",
"require-dir": "^1.2.0",
"sass": "^1.58.0",
"typescript": "^4.9.5",
"user-agent-data-types": "^0.3.0"
},
"bugs": {
"url": "https://github.com/okineadev/ddos-separ/issues"
},
"homepage": "https://github.com/okineadev/ddos-separ#readme",
"author": "Okinea Dev",
"engines": {
"node": ">= 13"
}
}