pancake-client-sdk
Version:
Official TypeScript SDK for Pancake POS API
63 lines • 1.54 kB
JSON
{
"name": "pancake-client-sdk",
"version": "1.0.2",
"description": "Official TypeScript SDK for Pancake POS API",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"prebuild": "npm run clean",
"prepare": "npm run build",
"test": "jest",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"pancake",
"pos",
"api",
"sdk",
"typescript",
"ecommerce"
],
"author": {
"name": "Phong H.",
"email": "huyphongbn24@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/epoxyteam/pancake-client-sdk.git"
},
"bugs": {
"url": "https://github.com/epoxyteam/pancake-client-sdk/issues"
},
"homepage": "https://epoxyteam.github.io/pancake-client-sdk",
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.0",
"vitepress": "^1.0.0",
"vue": "^3.3.0"
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
}
}