-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 792 Bytes
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-for-lambda",
"version": "1.9.3-8a",
"description": "oracledb, precompiled for AWS Lambda",
"main": "index.js",
"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/nalbion/node-oracledb-for-lambda.git"
},
"keywords": [
"oracledb",
"Node.js",
"Oracle",
"Database",
"OCI",
"Lambda"
],
"author": "Nicholas Albion <nalbion@yahoo.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nalbion/node-oracledb-for-lambda/issues"
},
"homepage": "https://github.com/nalbion/node-oracledb-for-lambda#readme",
"dependencies": {
"nan": "~2.3.0"
}
}