{
  "name": "order-ui",
  "version": "1.1.1",
  "description": "order the UI base on id",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "ORDER",
    "UI"
  ],
  "author": "Rujan Maharjan",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^4.9.4"
  }
}
