UNPKG

wix-twix

Version:

A simple library for managing server and web Wix clients built on top of Wix SDK.

81 lines (80 loc) 2.07 kB
{ "name": "wix-twix", "description": "A simple library for managing server and web Wix clients built on top of Wix SDK.", "author": { "name": "Ahmed Aziz", "email": "ahmedbayram23@gmail.com", "url": "https://github.com/Tonyg7703" }, "version": "0.2.1", "type": "module", "license": "MIT", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", "module": "dist/es/index.js", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "dev:watch": "dotenv -e .env.local -- tsx --watch tests/index.ts", "lint": "eslint .", "lint:fix": "eslint . --fix", "lint-staged": "lint-staged", "test": "vitest", "format": "prettier --ignore-path .prettierignore --write .", "format:check": "prettier --ignore-path .prettierignore --check .", "prepare": "vite build", "postpublish": "echo 'Package published successfully!'" }, "devDependencies": { "@eslint/js": "^9.18.0", "@types/eslint-config-prettier": "^6.11.3", "@types/node": "^22.10.7", "@types/validator": "^13.12.2", "dotenv-cli": "^8.0.0", "eslint": "^9.18.0", "eslint-config-prettier": "^10.0.1", "globals": "^15.14.0", "husky": "^9.1.7", "lint-staged": "^15.4.1", "prettier": "^3.4.2", "typescript": "~5.6.2", "typescript-eslint": "^8.20.0", "vite": "^6.0.5", "vite-plugin-dts": "^4.5.0", "vitest": "^3.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/Tonyg7703/wix-twix.git" }, "keywords": [ "wix", "wix-client", "wix-sdk", "wix-headless", "wix-api", "twix", "wix-twix", "server", "client", "api" ], "files": [ "dist", "docs", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" }, "dependencies": { "@wix/sdk": "^1.15.9", "validator": "^13.12.0" }, "peerDependencies": { "@wix/business-tools": "^1.0.74", "dotenv": "^16.4.7" } }