-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 837 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
{
"name": "oracledb-prebuilt-for-lambda",
"version": "6.3.0",
"description": "Node OracleDB Client, pre-built for AWS Lambda",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"postinstall": "unzip -u lambda-lib.zip -d ../../lib && mv ../../lib/libociei.so lib/libociei.so && rm lambda-lib.zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/romanbalayan/oracledb-prebuilt-for-lambda.git"
},
"keywords": [
"Oracle",
"oracledb",
"AWS",
"Lambda",
"serverless",
"Node.js"
],
"author": "Roman Balayan <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/romanbalayan/oracledb-prebuilt-for-lambda/issues"
},
"homepage": "https://github.com/romanbalayan/oracledb-prebuilt-for-lambda#readme"
}