-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 741 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 741 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
{
"name": "olx-br",
"version": "1.0.6",
"description": "Pacote de integração com a api da OLX Brasil.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "ts-node-dev src/teste.ts"
},
"keywords": ["OLX", "OLX Brasil"],
"author": "Vinícius Rossmann Nunes",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^16.7.6",
"typescript": "^4.4.2"
},
"homepage": "https://github.com/ViniciusRossmann/olx-br",
"repository": {
"type": "git",
"url": "git+https://github.com/ViniciusRossmann/olx-br.git"
}
}