order-ui
Version:
order the UI base on id
23 lines (22 loc) • 365 B
JSON
{
"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"
}
}