-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "@ginger.io/beyonce",
"version": "0.0.67",
"description": "Type-safe DynamoDB query builder for TypeScript. Designed with single-table architecture in mind.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "dist/codegen/cli.js",
"files": [
"./dist",
"./src"
],
"dependencies": {
"@ginger.io/jay-z": "0.0.16",
"aws-sdk": "^2.853.0",
"aws-xray-sdk": "^3.2.0",
"fast-json-stable-stringify": "^2.1.0",
"js-yaml": "^3.13.1",
"libsodium-wrappers": "^0.7.8",
"uuid": "^8.3.2",
"yargs": "^15.3.1"
},
"devDependencies": {
"@shelf/jest-dynamodb": "^1.7.0",
"@types/jest": "^25.1.4",
"@types/js-yaml": "^3.12.2",
"@types/libsodium-wrappers": "^0.7.8",
"@types/node": "^13.9.1",
"@types/prettier": "^2.2.1",
"@types/uuid": "^8.3.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest --runInBand"
},
"author": "Ginger",
"license": "Apache 2.0",
"packageManager": "yarn@3.6.4"
}