-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 896 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 896 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
36
37
38
39
{
"name": "tmp-func",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "tsc -p tsconfig.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"claudia-api-builder": "^2.4.1",
"znk-infra": "git+https://github.com/Knowledge-OTP/znk-infra.git#zinkerz/dev"
},
"devDependencies": {
"@types/aws-lambda": "0.0.9",
"@types/jest": "^19.2.2",
"@types/node": "^7.0.12",
"aws-sdk": "^2.38.0",
"claudia": "^2.10.0",
"jest": "^19.0.2",
"jest-cli": "^19.0.2",
"ts-jest": "^19.0.8",
"typescript": "~2.2.1"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
},
"typings": "typings"
}