-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
59 lines (55 loc) · 1.26 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"version": "2.0.2",
"author": {
"name": "Adrian Praja",
"email": "[email protected]",
"url": "https://awspilot.dev"
},
"name": "@awspilot/dynamodb",
"description": "Speak fluent DynamoDB, write code with fashion, I Promise() 😃 ",
"keywords": [
"aws",
"dynamodb",
"sql",
"promise",
"nosql"
],
"homepage": "https://awspilot.dev/",
"bugs": "https://github.com/awspilot/dynamodb-oop/issues",
"repository": {
"type": "git",
"url": "https://github.com/awspilot/dynamodb-oop"
},
"main": "./lib/dynamodb",
"browser": "./dist/dynamodbjs",
"license": "MIT",
"dependencies": {
"@awspilot/dynamodb-util": "1.1.4",
"@awspilot/dynamodb-sql-util": "1.0.1"
},
"peerDependencies": {
"aws-sdk": "^2.432.0"
},
"devDependencies": {
"assert": "2.0.0",
"async": "^3.2.2",
"jison": "^0.4.18",
"js-yaml": "^3.13.1",
"mocha": "^9.1.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^5.62.1",
"webpack-cli": "^4.9.1",
"ifdef-loader": "^2.1.4"
},
"scripts": {
"test": "mocha --timeout 300000 -S -R spec --exit",
"build:browser": "webpack --config webpack.browser.js"
},
"engines": {
"node": "*"
}
}