sreality-client
Version:
API Client for sreality.cz
62 lines (61 loc) • 1.75 kB
JSON
{
"name": "sreality-client",
"version": "0.0.6",
"description": "API Client for sreality.cz",
"main": "index.js",
"scripts": {
"start": "cross-env VERBOSE=true DEBUG=api-client:* nodemon index.js",
"build": "rm -rf build && mkdir build && cp -r ./config ./build && cp -r ./src ./build && cp index.js package.json README.md ./build && git log -n 1 >> ./build/deployInfo.txt",
"test": "npm run test:unit && npm run test:end-to-end",
"test:unit": "jest ./test/unit/*.test.js",
"test:end-to-end": "jest test/end-to-end/*.test.js",
"test:coverage": "jest --coverage ./test/unit/*.test.js ./test/end-to-end/*.test.js",
"eslint": "./node_modules/.bin/eslint --fix ./src ./config ./test ./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mecv01/sreality-client.git"
},
"author": "Milton Carranza <mecv01@gmail.com>",
"contributors": [
"Jakub Kohoutek <jakub.kohoutek@gmail.com>"
],
"keywords": [
"sreality",
"client",
"real estate",
"realtors",
"czech republic",
"Česká republika",
"czech republic",
"prague",
"praha",
"house",
"houses",
"flat",
"flats",
"parcel",
"parcels",
"api"
],
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.10.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.22.0",
"jest": "^26.1.0",
"jest-json-schema": "^2.1.0",
"nodemon": "^2.0.4"
},
"dependencies": {
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"debug": "^4.1.1",
"ramda": "^0.26.1"
}
}