-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1005 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
{
"name": "@drewkimberly/permutations-api",
"version": "1.0.0",
"description": "REST API for generating JSON object permutations using AWS Lambda",
"private": true,
"main": "src/permutations.js",
"scripts": {
"check": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Drew-Kimberly/permutations-api.git"
},
"author": "Drew Kimberly",
"license": "ISC",
"bugs": {
"url": "https://github.com/Drew-Kimberly/permutations-api/issues"
},
"homepage": "https://github.com/Drew-Kimberly/permutations-api#readme",
"dependencies": {
"@drewkimberly/permutations": "^2.0.1",
"@types/aws-lambda": "^8.10.50",
"fork-ts-checker-webpack-plugin": "^4.1.3",
"ts-loader": "^7.0.1",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@types/node": "^13.13.1",
"serverless-webpack": "^5.3.1",
"typescript": "^3.8.3",
"webpack": "^4.43.0"
}
}