-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 808 Bytes
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
{
"name": "@xcrap/api",
"version": "0.0.4",
"description": "Xcrap API Client is a package for the Xcrap Cloud service, designed for communicating with the API and handling authentication, management, and execution of scrapers and clients.",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/*",
"!/**/__tests__"
],
"dependencies": {
"axios": "^1.10.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^25.3.2",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"scripts": {
"test": "jest",
"build": "tsc"
},
"keywords": [
"xcrap",
"core",
"web scraping",
"api"
],
"author": "Marcuth",
"license": "MIT",
"type": "commonjs"
}