@spree/storefront-api-v2-sdk
Version:
Node module to easily integrate your JavaScript or TypeScript application with Spree API V2. You can create an entirely custom Storefront in JS/TS with this package including one page checkout, Single Page Apps, PWAs and so on
59 lines (58 loc) • 2.07 kB
JSON
{
"name": "@spree/storefront-api-v2-sdk",
"version": "4.4.4",
"description": "Node module to easily integrate your JavaScript or TypeScript application with Spree API V2. You can create an entirely custom Storefront in JS/TS with this package including one page checkout, Single Page Apps, PWAs and so on",
"engines": {
"node": ">=14.15.4"
},
"main": "dist/server/index.js",
"types": "types/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "webpack",
"build:server": "webpack --config-name server",
"build:client": "webpack --config-name client",
"watch": "webpack --watch",
"watch:server": "webpack --watch --config-name server",
"watch:client": "webpack --watch --config-name client",
"lint:fix": "tslint src/**/*.ts --fix",
"test": "docker-compose down && docker-compose up --exit-code-from cypress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spark-solutions/spree-storefront-api-v2-js-sdk.git"
},
"author": "Spark Solutions <we@sparksolutions.co> (https://sparksolutions.co)",
"license": "MIT",
"bugs": {
"url": "https://github.com/spark-solutions/spree-storefront-api-v2-js-sdk/issues"
},
"homepage": "https://guides.spreecommerce.org/api/v2",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-stage-0": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.3.1",
"@types/node": "^10.12.19",
"@types/qs": "^6.5.3",
"babel-loader": "^8.0.5",
"del": "^4.0.0",
"progress-bar-webpack-plugin": "^1.12.1",
"source-map-loader": "^0.2.4",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"webpack-cli": "^4.2.0",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"axios": "^0.21.1",
"lodash": "^4.17.20",
"qs": "^6.6.0"
}
}