-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (47 loc) · 1022 Bytes
/
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
{
"name": "@sharpapi/sharpapi-node-client",
"version": "1.2.1",
"description": "SharpAPI.com Node.js SDK Client - AI-powered workflow automation API.",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"sharpapi",
"ai-powered",
"ai capabilities",
"api",
"ai api",
"api integration",
"artificial intelligence",
"natural language processing",
"restful api",
"nodejs",
"software development",
"content generation",
"content analysis",
"e-commerce",
"hr tech",
"travel",
"tourism",
"hospitality",
"marketing automation"
],
"author": "Dawid Makowski <contact@sharpapi.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"form-data": "^4.0.0"
},
"devDependencies": {
"jest": "^29.7.0"
},
"prepublishOnly": "npm test",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "/~https://github.com/sharpapi/sharpapi-node-client.git"
}
}