UNPKG

ipless

Version:

IPLess client for Nodejs and browsers

44 lines (43 loc) 827 B
{ "name": "ipless", "version": "0.0.1", "main": "build/index.js", "license": "MIT", "description": "IPLess client for Nodejs and browsers", "author": { "email": "getapiless@gmail.com", "name": "APILess" }, "repository": { "type": "git", "url": "https://github.com/apiless/node-ipless.git" }, "keywords": [ "ipless", "apiless", "client", "nodejs", "browser" ], "scripts": { "build": "tsc", "lint": "tslint --fix .", "watch": "tsc --watch", "release": "np" }, "dependencies": { "cross-fetch": "^3.0.4" }, "devDependencies": { "np": "^5.1.0", "prettier": "^1.18.2", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.6.3" }, "files": [ "build" ], "yarn": true, "contents": "build" }