-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (35 loc) · 882 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
{
"name": "rest-api-frontend",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"publish": "npm publish --access public",
"test": "jest"
},
"author": "fswong",
"license": "MIT",
"keywords": [],
"prepublish": "tsc",
"repository": {
"type": "git",
"url": "git+https://github.com/fswong/rest-api-base.git"
},
"bugs": {
"url": "https://github.com/fswong/rest-api-base/issues"
},
"homepage": "https://github.com/fswong/rest-api-base#readme",
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/lodash": "^4.14.149",
"jest": "^25.1.0",
"ts-jest": "^25.2.1",
"ts-mockito": "^2.5.0",
"typescript": "^3.8.3"
}
}