Files
tp-form/package.json
pk f34c764391 Support for "$" syntax to indicate where the serialization logic should collect values into arrays.
Use a dollar sign to indicate where tp-form should collect values as an
array. For example `myfield.$list.value` collects { myfield: { list: [ {
value: '...' } ] } }
2025-06-12 12:53:09 +02:00

20 lines
410 B
JSON

{
"name": "@tp/tp-form",
"version": "1.2.0",
"description": "",
"main": "tp-form.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-form.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@tp/helpers": "^2.3.1",
"lit": "^2.8.0"
}
}