UNPKG

feedbaby-client

Version:
57 lines (56 loc) 1.63 kB
{ "name": "feedbaby-client", "version": "1.0.3", "description": "Client for the FeedBaby App", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/SketchingDev/feedbaby-client.git" }, "homepage": "https://github.com/SketchingDev/feedbaby-client", "bugs": { "url": "https://github.com/SketchingDev/feedbaby-client/issues" }, "files": ["lib/**/*"], "keywords": ["feedbaby", "client"], "scripts": { "clean": "yarn rimraf ./lib", "copy-assets": "yarn copyfiles -u 1 src/storage/csvs/image/baby_images_image_no_image lib", "build": "yarn clean&& tsc && yarn copy-assets", "lint": "yarn eslint . --ext .ts", "test": "jest", "prepare" : "yarn build", "prepublishOnly" : "yarn lint && yarn test" }, "devDependencies": { "@types/adm-zip": "^0.4.32", "@types/axios": "^0.14.0", "@types/csvtojson": "^1.1.5", "@types/jest": "^25.1.4", "@types/json2csv": "^4.5.1", "@types/nock": "^11.1.0", "@types/node": "^13.9.1", "@types/uuid": "^7.0.2", "@typescript-eslint/eslint-plugin": "^2.23.0", "@typescript-eslint/parser": "^2.23.0", "copyfiles": "^2.2.0", "eslint": "^6.8.0", "eslint-plugin-jest": "^23.8.2", "jest": "^25.1.0", "nock": "^12.0.3", "rimraf": "^3.0.2", "ts-jest": "^25.2.1", "ts-node": "^8.8.1", "typescript": "^3.8.3" }, "dependencies": { "adm-zip": "^0.4.14", "axios": "^0.19.2", "csvtojson": "^2.0.10", "form-data": "^3.0.0", "json2csv": "^5.0.0", "uuid": "^7.0.2" } }