-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 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
{
"name": "@brainy-digital/intima.ai-sdk-node",
"version": "2.0.18",
"description": "Implementação da API do Intima.ai em forma de SDK Client para NodeJS.",
"homepage": "https://intima.ai",
"repository": {
"type": "git",
"url": "git+https://github.com/brainydigital/intima.ai-sdk-node.git"
},
"keywords": [
"intimai",
"intimaai",
"intima.ai",
"php",
"sdk",
"api"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"dev": "tsc -w",
"start": "node dist/index.js",
"dts": "./node_modules/.bin/npm-dts generate"
},
"authors": [
{
"name": "Rauny Henrique",
"email": "[email protected]",
"role": "Dev"
}
],
"license": "MIT",
"devDependencies": {
"@types/node": "^13.13.4",
"npm-dts": "^1.2.1",
"typescript": "^3.8.3"
},
"dependencies": {
"request": "^2.88.2",
"requestretry": "^4.1.0"
}
}