-
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) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 847 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": "sympla",
"version": "0.0.3",
"description": "Integração com a API da Sympla https://www.sympla.com.br/",
"main": "dist/sympla.js",
"scripts": {
"test": "mocha -r ts-node/register src/**/*.spec.ts",
"docs": "rm -R ./docs && typedoc --out ./docs ./src && touch ./docs/.nojekyll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/banzeh/sympla.git"
},
"keywords": [
"sympla",
"eventos",
"api",
"shows"
],
"author": "Flavio Takeuchi <flavio@banzeh.com.br>",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"tslint": "^5.11.0"
},
"devDependencies": {
"@types/node": "^10.12.12",
"@types/chai": "^4.2.11",
"@types/mocha": "^5.2.5",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"typescript": "^3.2.1"
}
}