mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-04-22 10:52:16 +00:00
29 lines
658 B
JSON
29 lines
658 B
JSON
{
|
|
"name": "@dzeio/form-manager",
|
|
"version": "0.2.0",
|
|
"main": "./dist/FormManager.js",
|
|
"types": "./dist/FormManager.d.ts",
|
|
"description": "A powerfull Form Manager",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.delta-wings.net/dzeio/FormManager"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.delta-wings.net/dzeio/FormManager/issues",
|
|
"email": "contact@delta-wings.net"
|
|
},
|
|
"author": {
|
|
"name": "Aviortheking",
|
|
"email": "florian.bouillon@delta-wings.net",
|
|
"url": "https://dze.io"
|
|
},
|
|
"license": "MIT",
|
|
"private": false,
|
|
"devDependencies": {
|
|
"typescript": "^3.6.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
}
|