-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 948 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
{
"name": "lokal-js",
"version": "0.0.11",
"description": "Library for interacting with Lokal.so Client REST API",
"type": "module",
"main": "dist/lokal.js",
"types": "dist/lokal.d.ts",
"scripts": {
"prepare": "tsc",
"build": "tsc",
"format": "prettier --write .",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lokal-so/lokal-js.git"
},
"keywords": [
"lokal",
"tunnel"
],
"author": "RUBI JIHANTORO",
"license": "MIT",
"bugs": {
"url": "https://github.com/lokal-so/lokal-js/issues"
},
"homepage": "https://github.com/lokal-so/lokal-js#readme",
"devDependencies": {
"@types/cli-color": "^2.0.6",
"@types/node": "^20.14.12",
"typescript": "^5.5.4",
"prettier": "^3.3.3"
},
"dependencies": {
"cli-color": "^2.0.4",
"semver": "^7.6.3"
}
}