{ "name": "@plastichub/magento", "version": "1.0.16", "description": "", "types": "./index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "help": "node build/main.js --help", "build": "tsc -p .", "typings": "tsc -p . --declaration", "dev": "tsc -w -p ." }, "repository": { "type": "git", "url": "git+https://git.osr-plastic.org/osr-plastic/magento-ts-client.git" }, "author": "", "bin": {}, "license": "ISC", "bugs": { "url": "https://git.osr-plastic.org/osr-plastic/magento-ts-client/issues" }, "homepage": "https://git.osr-plastic.org/osr-plastic/magento-ts-client", "dependencies": { "@plastichub/core": "^0.1.4", "@plastichub/fs": "^0.13.25", "chalk": "^2.4.1", "cli-spinners": "^2.6.0", "fast-glob": "^3.1.1", "node-fetch": "^3.1.0", "ora": "^6.0.1", "typescript": "^3.9.10" }, "devDependencies": { "@bevry/links": "^1.1.1", "@bevry/update-contributors": "^1.0.1", "@types/chalk": "^2.2.0", "@types/node": "^13.1.1", "@types/ora": "^1.3.4", "@types/yargs": "^13.0.4" } }