mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-04-22 02:42:12 +00:00
Update dependency rollup-plugin-typescript2 to ^0.27.0 Co-authored-by: AviorBOT <no-reply@delta-wings.net> Reviewed-on: https://git.delta-wings.net/dzeio/FormManager/pulls/6
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@dzeio/form-manager",
|
|
"version": "0.3.0",
|
|
"homepage": "https://dze.io/",
|
|
"main": "./dist/commonjs/fm.js",
|
|
"browser": "./dist/browser/fm.js",
|
|
"module": "./dist/es6/fm.js",
|
|
"types": "./dist/types/FormManager.d.ts",
|
|
"description": "A powerfull Form Manager",
|
|
"keywords": [
|
|
"Form",
|
|
"Manager",
|
|
"dzeio",
|
|
"javascript",
|
|
"Typecript"
|
|
],
|
|
"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": {
|
|
"@babel/core": "^7.7.4",
|
|
"rollup": "^1.27.8",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-terser": "^5.1.2",
|
|
"rollup-plugin-typescript2": "^0.27.0",
|
|
"rollup-pluginutils": "^2.8.2",
|
|
"tslib": "^1.10.0",
|
|
"typescript": "^3.7.2"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run build:rollup && yarn run build:ts",
|
|
"build:rollup": "rollup --config",
|
|
"build:ts": "tsc --project tsconfig.cjs.json"
|
|
},
|
|
"installConfig": {
|
|
"pnp": false
|
|
},
|
|
"dependencies": {}
|
|
}
|