shopware-admin-api-client
Version:
Shopware 6 admin API client
34 lines (33 loc) • 809 B
JSON
{
"name": "shopware-admin-api-client",
"version": "1.2.5",
"description": "Shopware 6 admin API client",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7underlines/js-shopware-admin-api-client.git"
},
"keywords": [
"Shopware",
"Admin-API"
],
"author": "7underlines",
"license": "MIT",
"bugs": {
"url": "https://github.com/7underlines/js-shopware-admin-api-client/issues"
},
"homepage": "https://github.com/7underlines/js-shopware-admin-api-client#readme",
"dependencies": {
"axios": "^1.7.4",
"lodash": "^4.17.21",
"uuid": "^8.3.2"
},
"directories": {
"example": "example"
},
"devDependencies": {}
}