UNPKG

@canguro/horse

Version:

Deliver your data to wherever you wish, when you wish and how you wish.

45 lines (44 loc) 1.19 kB
{ "name": "@canguro/horse", "version": "0.1.0", "description": "Deliver your data to wherever you wish, when you wish and how you wish.", "main": "index.ts", "scripts": { "start": "ts-node index.ts", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --colors --coverage" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/nir_patel/horse.git" }, "keywords": [ "http", "https", "log", "data", "post", "deliver", "node" ], "author": "Nir Patel", "license": "ISC", "bugs": { "url": "https://gitlab.com/nir_patel/horse/issues" }, "homepage": "https://gitlab.com/nir_patel/horse#readme", "dependencies": { "axios": "^0.26.1", "ts-node": "^10.7.0" }, "devDependencies": { "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", "@types/jest": "^27.4.1", "eslint": "^8.12.0", "jest": "^27.5.1", "ts-jest": "^27.1.4", "typescript": "^4.6.3" } }