@a2lix/symfony-collection
Version:
Manage your Symfony Form collection simply with vanilla JS
30 lines (29 loc) • 760 B
JSON
{
"name": "@a2lix/symfony-collection",
"version": "0.6.1",
"description": "Manage your Symfony Form collection simply with vanilla JS",
"main": "src/a2lix_sf_collection.ts",
"repository": {
"type": "git",
"url": "https://github.com/a2lix/symfony-collection.git"
},
"keywords": [
"symfony",
"form",
"collection",
"a2lix",
"vanillaJS"
],
"author": "David ALLIX <https://a2lix.fr>",
"homepage": "https://a2lix.fr",
"license": "MIT",
"private": false,
"scripts": {
"prettier": "prettier src/* --write",
"build": "esbuild src/a2lix_sf_collection.ts --outfile=dist/a2lix_sf_collection.min.js --minify --loader:.ts=ts"
},
"devDependencies": {
"esbuild": "^0.16.12",
"prettier": "^2.8.1"
}
}