@vtex/vtex-search-mapper
Version:
Be a utility library to translate form VTEX Search results to VTEX Catalog json format
65 lines (64 loc) • 2.03 kB
JSON
{
"name": "@vtex/vtex-search-mapper",
"version": "0.0.8",
"description": "Be a utility library to translate form VTEX Search results to VTEX Catalog json format",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"test": "npm run lint && cross-env NODE_ENV=test jest --coverage && tsc src/**/*.ts --noEmit",
"jest": "cross-env NODE_ENV=test jest --watch --verbose --coverage=false",
"build": "cross-env NODE_ENV=production rollup -c",
"watch": "cross-env NODE_ENV=production rollup -cw",
"prepublishOnly": "npm run test && npm run build",
"postreleasy": "npm publish",
"lint": "eslint --ext js,jsx,ts,tsx .",
"lint-fix": "eslint --ext js,jsx,ts,tsx --fix --max-warnings 0 .",
"format": "prettier --write \"**/*.{ts,js,json}\"",
"release": "releasy --stable",
"release-minor": "releasy minor --stable",
"release-major": "releasy major --stable"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vtex/vtex-search-mapper.git"
},
"keywords": [
"VTEX",
"Search",
"Catalog",
"API"
],
"author": "inStore Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/vtex/vtex-search-mapper/issues"
},
"homepage": "https://github.com/vtex/vtex-search-mapper#readme",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^26.0.15",
"@vtex/prettier-config": "^0.3.3",
"@vtex/tsconfig": "^0.5.2",
"babel-jest": "^26.6.3",
"cross-env": "^7.0.2",
"eslint": "^7.13.0",
"eslint-config-vtex": "^12.8.8",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-vtex": "^2.0.5",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"rollup": "^2.33.1",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.0.5"
}
}