{
    "name": "form-buffer",
    "version": "1.0.3",
    "description": "Help class for working with forms in web",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "typings": "dist/index.d.ts",
    "unpkg": "dist/formBuffer.umd.js",
    "scripts": {
        "build": "cross-env NODE_ENV=production webpack && tsc",
        "dev": "cross-env NODE_ENV=development webpack-dev-server",
        "test": "cross-env NODE_ENV=test mochapack --glob '*.test.ts' tests --recursive"
    },
    "homepage": "https://github.com/Kolobok12309/formBuffer",
    "repository": "github:Kolobok12309/formBuffer",
    "keywords": [
        "form",
        "forms",
        "web",
        "buffer",
        "formbuffer"
    ],
    "author": "kolobok12309",
    "license": "MIT",
    "devDependencies": {
        "@babel/core": "^7.5.5",
        "@types/chai": "^4.1.7",
        "@types/mocha": "^5.2.6",
        "@types/sinon": "^7.0.13",
        "babel-loader": "^8.0.6",
        "chai": "^4.2.0",
        "clean-webpack-plugin": "^3.0.0",
        "conditional-type-checks": "^1.0.0",
        "cross-env": "^5.2.0",
        "gzip-size-cli": "^3.0.0",
        "html-webpack-plugin": "^3.2.0",
        "mocha": "^6.2.0",
        "mochapack": "^1.1.3",
        "parallel-webpack": "^2.4.0",
        "rimraf": "^3.0.0",
        "sinon": "^7.4.1",
        "ts-loader": "^6.0.4",
        "tslint": "^5.14.0",
        "tslint-config-airbnb": "^5.11.1",
        "tslint-react": "^3.6.0",
        "typescript": "^3.3.4000",
        "webpack": "^4.39.2",
        "webpack-bundle-analyzer": "^3.4.1",
        "webpack-cli": "^3.3.7",
        "webpack-dev-server": "^3.8.0"
    }
}
