forked from nalbion/node-oracledb-for-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 789 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-for-lambda",
"version": "2.0.0",
"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 <[email protected]>",
"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"
}
}