-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
35 lines (35 loc) · 881 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
31
32
33
34
35
{
"name": "netsuite-rest",
"version": "1.1.0",
"description": "Make requests to Netsuite's SuiteTalk REST Web Services",
"keywords": [
"netsuite",
"suitetalk",
"rest",
"web",
"services",
"promise"
],
"author": "Muhammad Ahmed <a@ehmad11.com> (https://ehmad11.com/)",
"homepage": "https://github.com/ehmad11/netsuite-rest#readme",
"bugs": "https://github.com/ehmad11/netsuite-rest/issues",
"main": "netsuite-rest.js",
"dependencies": {
"got": "^11.8.5",
"oauth-1.0a": "^2.2.6"
},
"devDependencies": {
"coveralls": "^3.1.1",
"dotenv": "^10.0.0",
"jest": "^26.6.3"
},
"scripts": {
"test": "jest --coverage",
"test-cov": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/ehmad11/netsuite-rest.git"
},
"license": "MIT"
}