lokal-js
Version:
Library for interacting with Lokal.so Client REST API
40 lines (39 loc) • 948 B
JSON
{
"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"
}
}