package/package.json
{
"name": "@groceristar/sd-wrapper",
"version": "4.15.2",
"license": "MIT",
"scripts": {
"bundle": "rollup -c",
"dev": "rollup -c -w",
"build": "npm run clean && npm run bundle",
"build:babel": "babel src -d dist",
"#prepare": "yarn clean",
"clean": "shx rm -rf ./coverage && shx rm -rf \"./dist\"",
"test": "CI=test && jest",
"test:watch": "jest --watch",
"test:cover": "jest --coverage",
"lint": "eslint ./src --fix --ignore-pattern \"./package.json\" ",
"lint-staged-script": "lint-staged -c ./lint-staged.config.js",
"format": "prettier",
"formato": "pretty-quick --staged",
"precommit": "lint-staged-script"
},
"description": "module to use static JSON files with food tech projects",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"browser": "dist/index.iife.js",
"repository": "https://github.com/GroceriStar/sd",
"author": "Arthur Tkachenko",
"private": false,
"release": {
"publishDir": "dist"
},
"devDependencies": {
"@babel/cli": "7.17.6",
"@babel/core": "7.17.8",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.16.11",
"@groceristar/food-dataset-csv-parser": "0.2.7",
"@groceristar/json-file-schema-validator": "0.0.8",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "27.5.1",
"babel-plugin-module-resolver": "4.1.0",
"coveralls": "3.1.1",
"eslint": "8.12.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.25.4",
"husky": "7.0.4",
"jest": "27.5.1",
"lint-staged": "12.3.7",
"nodemon": "2.0.15",
"regenerator-runtime": "0.13.9",
"rollup": "2.70.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-copy-assets": "2.0.3",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-notify": "1.1.0",
"rollup-plugin-replace": "2.2.0",
"shelljs": "0.8.5",
"shelljs.exec": "1.1.8",
"shx": "0.3.4"
},
"peerDependencies": {},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@groceristar/static-data-generator": "^1.0.0",
"babel-eslint": "^10.0.2",
"csv-parser": "^3.0.0",
"dayjs": "^1.8.14",
"lodash": "^4.17.11",
"path": "^0.12.7",
"path-exists": "^5.0.0",
"prettier": "^2.0.0",
"pretty-quick": "^3.0.0",
"rollup-plugin-includepaths": "^0.2.3",
"snyk": "^1.231.0",
"uuid": "^8.0.0",
"yarn": "^1.16.0"
},
"files": [
"dist",
"src/data"
],
"snyk": true
}