-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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": "seniverse-api",
"version": "0.1.2",
"description": "Api sdk for seniverse",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"lint": "tslint --project .",
"build": "echo Using TypeScript && tsc --version && tsc -p ./tsconfig.pro.json --pretty",
"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish"
},
"homepage": "https://github.com/seniverse/seniverse-api",
"repository": {
"type": "git",
"url": "[email protected]:seniverse/seniverse-api.git"
},
"author": "seniverse",
"license": "MIT",
"devDependencies": {
"@types/cache-manager": "^1.2.6",
"@types/chai": "^4.1.7",
"@types/hapi__joi": "^15.0.2",
"@types/log4js": "^2.3.5",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.7",
"@types/request": "^2.48.1",
"@types/request-promise": "^4.1.42",
"chai": "^4.2.0",
"in-publish": "^2.0.0",
"mocha": "^6.0.2",
"safe-publish-latest": "^1.1.3",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
},
"dependencies": {
"@hapi/joi": "^15.1.0",
"@types/object-merge": "^2.5.0",
"cache-manager": "^2.9.0",
"log4js": "^3.0.6",
"object-merge": "^2.5.1",
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}