-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
47 lines (47 loc) · 1.43 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
46
47
{
"name": "@skypress/nestjs-dynamodb",
"version": "0.1.1",
"description": "NestJS DynamoDB Client ",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"publish": "npm publish --access public"
},
"author": "BMO <bmo@skypress.io>",
"license": "MIT",
"private": false,
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-rokket-labs": "^0.1.4",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.1.2",
"typescript": "^3.8.2"
},
"peerDependencies": {
"@aws/dynamodb-data-mapper": "^0.7.3",
"@aws/dynamodb-data-mapper-annotations": "^0.7.3",
"@aws/dynamodb-data-marshaller": "^0.7.3",
"@nestjs/common": "^7.6.13"
},
"dependencies": {
"@aws/dynamodb-data-mapper": "^0.7.3",
"@aws/dynamodb-data-mapper-annotations": "^0.7.3",
"@aws/dynamodb-data-marshaller": "^0.7.3",
"@nestjs/common": "^7.6.13",
"aws-sdk": "^2.624.0",
"is-class": "^0.0.9",
"reflect-metadata": "^0.1.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkyPressATX/nestjs-dynamodb.git"
},
"bugs": {
"url": "https://github.com/SkyPressATX/nestjs-dynamodb/issues"
},
"homepage": "https://github.com/SkyPressATX/nestjs-dynamodb#readme"
}