-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.28 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
{
"name": "castelapi",
"version": "1.4.0",
"type": "module",
"description": " a powerful and easy-to-use JavaScript library for managing HTTP requests in your web applications. Designed to simplify interactions with APIs, CastelAPI offers an intuitive interface and advanced features such as error handling, loading indicators, and response caching.",
"main": "dist/castelApi.cjs.js",
"module": "dist/castelApi.js",
"types": "dist/castelApi.d.ts",
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+/Cast-El/CastelAPI.git"
},
"keywords": [
"api",
"http",
"request",
"typescript",
"javascript",
"axios",
"fetch",
"get",
"put",
"post",
"delete",
"cache",
"castel",
"castelapi"
],
"author": "Vincent, André Castel",
"license": "MIT License",
"bugs": {
"url": "https://github.com/Cast-El/CastelAPI/issues"
},
"homepage": "https://github.com/Cast-El/CastelAPI#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^22.1.0",
"prettier": "^3.3.3",
"rollup": "^4.20.0",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.6.3",
"typescript": "^5.5.4"
}
}