@groceristar/mini-fetch
Version:
npm module required to fetch static data required for recipe search
90 lines (89 loc) • 2.49 kB
JSON
{
"name": "@groceristar/mini-fetch",
"version": "0.1.16",
"scripts": {
"test": "jest",
"test:prod": "standard && jest",
"watch": "nodemon src/index.js",
"play:g": "nodemon src/projects/GroceriStar/play.js",
"play:r": "nodemon src/projects/ChickenKyiv/play.js",
"test:index": "jest src/index.test.js",
"build:babel": "babel src -d dist",
"lint": "standard",
"bundle": "rollup -c",
"dev": "rollup -c -w",
"build": "npm run clean && npm run bundle",
"clean": "shx rm -rf ./coverage && shx rm -rf ./dist"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "^7.5.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.8.0",
"babel-plugin-module-resolver": "3.2.0",
"coveralls": "3.0.4",
"husky": "^3.0.0",
"jest": "24.8.0",
"jsonfile": "5.0.0",
"lint-staged": "^9.1.0",
"nodemon": "1.19.1",
"path": "0.12.7",
"rollup": "^1.16.6",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"shx": "0.3.2",
"standard": "12.0.1",
"travis": "0.1.1"
},
"dependencies": {
"@groceristar/mini-sd": "^0.1.6",
"@groceristar/sd-wrapper": "^4.14.0",
"dayjs": "^1.8.12",
"fs": "0.0.2",
"lodash": "^4.17.10",
"raven-js": "^3.27.1",
"underscore": "^1.9.1",
"uuid": "^3.3.2"
},
"description": "npm module required to fetch static data required for recipe search",
"main": "dist/index.cjs",
"module": "dist/index.es.js",
"browser": "dist/index.iife.js",
"files": [
"/src/projects",
"/src/index.js",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GroceriStar/groceristar-fetch"
},
"keywords": [
"ingredients",
"allergies",
"diet",
"cuisines",
"nutritions",
"recipes",
"meal calendar",
"grocery list",
"measurements"
],
"author": "Nishith Chauhan",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/GroceriStar/groceristar-fetch/issues"
},
"homepage": "https://groceristar.github.io/groceristar-fetch/",
"jest": {
"verbose": true,
"testURL": "http://localhost/"
},
"publishConfig": {
"access": "public"
}
}