-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 KB
/
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
{
"name": "@hackmcgill/hackerapi-client-ts",
"version": "1.1.3",
"description": "McHack's HackerAPI client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-barrels": "barrelsby --delete --directory ./lib -q",
"version": "echo $npm_package_version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackmcgill/hackerAPI-client-ts.git"
},
"keywords": [
"hackerAPI",
"mchacks",
"hackathon",
"registration"
],
"author": "Pierre Theo Klein",
"license": "ISC",
"bugs": {
"url": "https://github.com/hackmcgill/hackerAPI-client-ts/issues"
},
"homepage": "https://github.com/hackmcgill/hackerAPI-client-ts#readme",
"dependencies": {
"axios": "^0.18.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"barrelsby": "^1.0.2",
"prettier": "^1.16.4",
"tsc": "^1.20150623.0",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.3.1"
},
"directories": {
"lib": "lib"
}
}