-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 987 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
36
37
38
39
40
41
{
"name": "gopadjs",
"version": "2.1.0",
"description": "OpenAPI client for Gopad",
"homepage": "https://github.com/gopad/gopad-js#readme",
"license": "Apache-2.0",
"author": "Thomas Boerger <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/gopad/gopad-js.git"
},
"bugs": {
"url": "https://github.com/gopad/gopad-js/issues",
"email": "[email protected]"
},
"keywords": [
"axios",
"typescript",
"openapi-client",
"openapi-generator",
"etherpad",
"gopad"
],
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"sideEffects": false,
"scripts": {
"clean": "rimraf dist/",
"build": "tsc && tsc -p tsconfig.esm.json",
"format": "prettier -w '**/*.{js,ts}'"
},
"dependencies": {
"axios": "^1.6.1"
},
"devDependencies": {
"@types/node": "12.11.5 - 22.9",
"prettier": "^3.2.5",
"typescript": "^4.0 || ^5.0"
}
}