appsmithdtudz
Version:
Custom library for Appsmith
24 lines (23 loc) • 492 B
JSON
{
"name": "appsmithdtudz",
"version": "1.0.0",
"description": "Custom library for Appsmith",
"main": "dist/myLibrary.min.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack --mode production"
},
"keywords": ["appsmith", "library"],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Truongpyeo/getDateTest"
},
"devDependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}