UNPKG

ts-foursquare

Version:
52 lines (51 loc) 1.28 kB
{ "name": "ts-foursquare", "version": "1.0.12", "description": "A simple library for Foursquare API", "main": "dist/index.js", "module": "dist/ts-foursquare.esm.js", "typings": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/arnaud-zg/ts-foursquare.git" }, "homepage": "https://github.com/arnaud-zg/ts-foursquare", "bugs": { "url": "https://github.com/arnaud-zg/ts-foursquare/issues" }, "files": [ "dist", "types" ], "keywords": [ "foursquare", "foursquare-api", "typescript" ], "scripts": { "build": "tsdx build", "lint": "tsdx lint src test types", "release": "standard-version", "start": "tsdx watch", "test:coverage:report": "yarn run test:coverage && codecov -f coverage/*.json", "test:coverage": "tsdx test --coverage", "test": "tsdx test" }, "peerDependencies": {}, "devDependencies": { "@types/jest": "26.0.8", "@types/node": "12.12.53", "codecov": "3.7.2", "husky": "4.2.5", "standard-version": "8.0.2", "tsdx": "0.13.2", "tslib": "2.0.0", "typescript": "3.9.7" }, "dependencies": { "http-response-status": "1.0.17", "isomorphic-fetch": "2.2.1", "path-to-regexp": "^6.0.0", "rxjs": "6.6.2" } }