-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.34 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@nicat.dcw/bralve",
"version": "2.0.1",
"description": "Simple HTTP/HTTPS Request Package for NodeJS.",
"main": "./src/index.cjs",
"types": "./src/bralve.d.ts",
"module": "./src/index.js",
"type": "module",
"scripts": {
"build": "babel src --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"exports": {
"require": "./src/index.cjs",
"import": "./src/index.js",
"types": "./src/bralve.d.ts"
},
"keywords": [
"Request",
"Http",
"Https",
"Only Cheeini",
"Nicat.dcw",
"Nicat-dcw",
"onlycheeini"
],
"author": "Nicat.dcw",
"homepage": "https://nicat-dcw.me",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Nicat-dcw/bralve"
},
"funding": {
"type": "individual",
"url": "https://github.com/Nicat-dcw/bralve"
},
"dependencies": {
"@smootie/emitter": "^1.3.0",
"@types/node": "^18.0.6",
"colorette": "^2.0.19",
"pnpm": "^8.6.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"xhr2": "^0.2.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5"
}
}