cilok.js
Version:
AI-powered location toolkit CLI agent with intelligent search and free map alternatives
60 lines (59 loc) • 1.4 kB
JSON
{
"name": "cilok.js",
"version": "1.0.3",
"description": "AI-powered location toolkit CLI agent with intelligent search and free map alternatives",
"main": "./bin/cilok.js",
"bin": {
"cilok": "bin/cilok.js"
},
"scripts": {
"start": "node bin/cilok.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node bin/cilok.js",
"link": "npm link",
"unlink": "npm unlink -g cilok.js"
},
"keywords": [
"ai",
"location",
"cli",
"maps",
"coordinates",
"openstreetmap",
"nominatim",
"geocoding",
"navigation",
"indonesia",
"location-toolkit",
"smart-search"
],
"author": {
"name": "Cloud-Dark",
"url": "https://github.com/Cloud-Dark"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Cloud-Dark/cilok.git"
},
"homepage": "https://github.com/Cloud-Dark/cilok#readme",
"bugs": {
"url": "https://github.com/Cloud-Dark/cilok/issues"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"axios": "^1.6.0",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"cilok.js": "^1.0.2",
"commander": "^11.0.0",
"dotenv": "^16.0.3",
"g": "^2.0.1",
"inquirer": "^8.2.5",
"node-fetch": "^2.6.7",
"ora": "^5.4.1",
"qrcode-terminal": "^0.12.0"
}
}