@ohmunity/whereby
Version:
WhereBy unofficial sdk (whereby.com)
54 lines (53 loc) • 1.3 kB
JSON
{
"name": "@ohmunity/whereby",
"private": false,
"version": "0.0.1",
"description": "WhereBy unofficial sdk (whereby.com)",
"main": "lib/index.js",
"scripts": {
"clean": "rm -rf lib",
"prebuild": "npm run clean",
"build": "tsc",
"test": "jest",
"prepublish": "npm test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ohmunity/whereby.git"
},
"keywords": [
"whereby",
"whereby.com",
"sdk"
],
"author": "Giuliano Kranevitter <giuliano@ohmunity.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ohmunity/whereby/issues"
},
"homepage": "https://github.com/Ohmunity/whereby#readme",
"devDependencies": {
"@types/jest": "^26.0.13",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^24.0.1",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "^26.4.2",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
},
"dependencies": {
"node-fetch": "^2.6.1"
},
"files": [
"lib/index.js",
"lib/index.d.ts",
"README.md",
"LICENSE"
]
}