-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 908 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": "signrequest-node-client-ts",
"version": "1.0.0",
"description": "OpenAPI client for signrequest-node-client-ts",
"author": "OpenAPI-Generator Contributors",
"keywords": [
"axios",
"typescript",
"openapi-client",
"openapi-generator",
"signrequest-node-client-ts"
],
"license": "Unlicense",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lisaah/signrequest-node-client-ts.git"
},
"bugs": {
"url": "https://github.com/lisaah/signrequest-node-client-ts/issues"
},
"homepage": "https://github.com/lisaah/signrequest-node-client-ts#readme"
}