vtex-catalog
Version:
Helpers to manipulate Vtex Catalog API
65 lines (64 loc) • 1.63 kB
JSON
{
"name": "vtex-catalog",
"version": "1.3.0",
"description": "Helpers to manipulate Vtex Catalog API",
"main": "dist/vtex-catalog.common.js",
"module": "dist/vtex-catalog.esm.js",
"browser": "dist/vtex-catalog.js",
"scripts": {
"build": "rollup -c",
"clear": "del-cli dist",
"compress": "uglifyjs dist/vtex-catalog.js -o dist/vtex-catalog.min.js -c -m --comments /^!!/",
"lint": "eslint src --fix",
"release": "npm run clear && npm run lint && npm run build && npm run compress",
"start": "./node_modules/.bin/rollup -c --watch"
},
"repository": "zeindelf/vtex-catalog",
"homepage": "https://github.com/zeindelf/vtex-catalog",
"license": "MIT",
"author": {
"name": "Zeindelf",
"email": "zeindelf@hotmail.com",
"homepage": "https://www.zeindelf.com"
},
"files": [
"dist",
"doc",
"lib"
],
"keywords": [
"vtex",
"utils",
"utilities",
"helpers",
"data",
"masterdata",
"vtex-catalog",
"vtex-catalog.js",
"vtex-utils",
"javascript",
"js-helpers",
"js-utilities",
"js-utils",
"front-end",
"web",
"component",
"development"
],
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"del-cli": "^1.1.0",
"eslint": "^5.1.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.8.0",
"npm-run-all": "^4.1.2",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-watch": "^4.3.1",
"uglify-js": "^3.2.2"
}
}