@fabrix/spool-cart
Version:
Spool - eCommerce Spool for Fabrix
112 lines (111 loc) • 3.09 kB
JSON
{
"name": "@fabrix/spool-cart",
"version": "1.6.13",
"description": "Spool - eCommerce Spool for Fabrix",
"homepage": "https://fabrix.app",
"author": {
"name": "scott-wyatt",
"email": "scottwyatt86@gmail.com",
"url": "https://cali-style.com"
},
"keywords": [
"Engine",
"Cart",
"eCommerce",
"spool",
"fabrix",
"trailjs"
],
"scripts": {
"build": "tsc -p ./lib/tsconfig.release.json",
"lint": "tslint -p ./lib",
"watch": "tsc -w -p ./lib/tsconfig.release.json",
"test": "npm run clean && npm run lint && npm run build && nyc mocha",
"prepublishOnly": "npm run compile",
"compile": "npm run clean && npm run build",
"clean": "rm -rf dist",
"ci": "cd .. && ci"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fabrix-app/spool-cart.git"
},
"dependencies": {
"boom": "^7.2.0",
"currency-formatter": "^1.3.1",
"geolib": "^2.0.24",
"joi": "^14.1.1",
"moment": "^2.22.2",
"multer": "^1.2.1",
"papaparse": "^4.6.2",
"remove-markdown": "^0.3.0",
"request": "^2.88.0",
"sharp": "0.22.1",
"shortid": "^2.2.14",
"striptags": "^3.0.1",
"utf8": "^3.0.0"
},
"devDependencies": {
"@fabrix/fabrix": "^1.6.2",
"@fabrix/generics-render": "^1.5.0",
"@fabrix/lint": "^1.0.0-alpha.3",
"@fabrix/spool-analytics": "^1.5.0",
"@fabrix/spool-cart-countries": "^1.6.0",
"@fabrix/spool-crons": "^1.5.0",
"@fabrix/spool-email": "^1.5.0",
"@fabrix/spool-events": "^1.6.0",
"@fabrix/spool-express": "^1.6.3",
"@fabrix/spool-generics": "^1.5.0",
"@fabrix/spool-i18n": "^1.5.1",
"@fabrix/spool-notifications": "^1.5.0",
"@fabrix/spool-passport": "^1.6.0",
"@fabrix/spool-permissions": "^1.5.1",
"@fabrix/spool-router": "^1.6.0",
"@fabrix/spool-sequelize": "^1.6.6",
"@types/lodash": "^4.14.109",
"@types/node": "~10.3.4",
"express": "^4.16.4",
"lodash": "^4.11.1",
"mocha": "^5",
"nyc": "^13.1.0",
"passport-local": "^1.0.0",
"pg": "^6.4.2",
"qs": "^6.5.1",
"sails-disk": "^0.10.10",
"smokesignals": "^3",
"supertest": "^3.1.0",
"tslib": "~1.9.0",
"tslint": "~5.11.0",
"tslint-microsoft-contrib": "~5.1.0",
"tsutils": "~2.27.1",
"typescript": "~2.8.1"
},
"peerDependencies": {
"@fabrix/fabrix": "^1.5.8",
"@fabrix/spool-cart-countries": "^1.5.0",
"@fabrix/spool-crons": "^1.5.0",
"@fabrix/spool-email": "^1.5.0",
"@fabrix/spool-events": "^1.5.0",
"@fabrix/spool-express": "^1.5.0",
"@fabrix/spool-generics": "^1.5.0",
"@fabrix/spool-notifications": "^1.5.0",
"@fabrix/spool-passport": "^1.5.0",
"@fabrix/spool-permissions": "^1.5.0",
"@fabrix/spool-router": "^1.5.0",
"@fabrix/spool-sequelize": "^1.5.0",
"@fabrix/generics-render": "^1.1.1"
},
"license": "MIT",
"engines": {
"node": ">= 7.6.0 <= 12.4.0",
"npm": ">= 3.10.0"
}
}