UNPKG

1.3 kBJSONView Raw
1{
2 "private": false,
3 "publishConfig": {
4 "access": "public"
5 },
6 "name": "@commercetools/sync-actions",
7 "version": "4.11.0",
8 "description": "Build API update actions for the commercetools platform.",
9 "keywords": [
10 "commercetools",
11 "sync",
12 "actions"
13 ],
14 "homepage": "https://commercetools.github.io/nodejs/",
15 "bugs": "https://github.com/commercetools/nodejs/issues",
16 "license": "MIT",
17 "author": "Nicola Molinari <nicola.molinari@commercetools.com> (https://github.com/emmenko)",
18 "main": "dist/sync-actions.cjs.js",
19 "module": "dist/sync-actions.es.js",
20 "browser": "dist/sync-actions.umd.js",
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/commercetools/nodejs.git"
24 },
25 "files": [
26 "dist",
27 "lib"
28 ],
29 "scripts": {
30 "prebuild": "rimraf dist/**",
31 "build": "yarn build:bundles",
32 "build:bundles": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -n CommercetoolsSyncActions -i ./src/index.js"
33 },
34 "dependencies": {
35 "fast-equals": "^2.0.0",
36 "jsondiffpatch": "^0.4.0",
37 "lodash.flatten": "^4.4.0",
38 "lodash.foreach": "^4.5.0",
39 "lodash.isequal": "^4.5.0",
40 "lodash.isnil": "^4.0.0",
41 "lodash.shuffle": "^4.2.0",
42 "lodash.sortby": "^4.7.0",
43 "lodash.uniqwith": "^4.5.0"
44 }
45}