@ribajs/shopify
Version:
Shopify extension for Riba.js
82 lines • 2.04 kB
JSON
{
"name": "@ribajs/shopify",
"description": "Shopify extension for Riba.js",
"version": "2.0.0",
"type": "module",
"engines": {
"node": ">=24.0.0"
},
"author": "Pascal Garber <pascal@artandcode.studio>",
"contributors": [],
"url": "https://github.com/ribajs/riba/tree/master/packages/shopify",
"homepage": "https://ribajs.com/",
"main": "src/index.ts",
"module": "src/index.ts",
"source": "src/index.ts",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ribajs/riba/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ribajs/riba.git"
},
"keywords": [
"Shopify",
"Cart.js",
"Art+Code Studio",
"Riba",
"Rivets",
"tinybind",
"SPA",
"TypeScript",
"Browser"
],
"scripts": {
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit",
"clean": "rm -rf ./dist ./lib",
"check": "tsc --noEmit"
},
"files": [
"/src",
"/build-system",
"/dist"
],
"devDependencies": {
"@ribajs/eslint-config": "^2.0.0",
"@ribajs/npm-package": "^2.0.0",
"@ribajs/tsconfig": "^2.0.0",
"@types/debug": "^4.1.13",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.24",
"@types/node": "^24.12.2",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1",
"debug": "^4.4.3",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"graceful-fs": "^4.2.11",
"jest": "^30.3.0",
"jest-extended": "^7.0.0",
"prettier": "^3.8.2",
"terser": "^5.46.1",
"ts-jest": "^29.4.9",
"typescript": "6.0.2"
},
"optionalDependencies": {
"@ribajs/shopify-tda": "^2.0.0"
},
"dependencies": {
"@ribajs/cache": "^2.0.0",
"@ribajs/core": "^2.0.0",
"@ribajs/events": "^2.0.0",
"@ribajs/i18n": "^2.0.0",
"@ribajs/router": "^2.0.0",
"@ribajs/utils": "^2.0.0"
}
}