{
  "name": "@easylibs/progress-form",
  "version": "2.8.38",
  "description": "",
  "author": {
    "name": "Lévy Stéphane NGUEMA-EKOMOE",
    "email": "nels.holy.allg@gmail.com",
    "url": "https://easylibs.com/"
  },
  "homepage": "https://github.com/Nelsallg/easylibs/tree/1.0.0/packages/progress-form",
  "license": "ISC",
  "types": "dist/@types/progress-form.d.ts",
  "type": "commonjs",
  "main": "dist/progress-form.js",
  "module": "dist/progress-fom.esm.js",
  "keywords": [
    "form",
    "progress",
    "easy"
  ],
  "scripts": {
    "babel": "babel assets/app.js --out-file public/script/app.js",
    "dev": "webpack --config webpack.config.js --mode=development",
    "build": "webpack --config webpack.config.js --mode=production",
    "test": "node ./__tests__/fetch-request.test.js",
    "tsc": "tsc",
    "generate-declarations": "tsc --emitDeclarationOnly",
    "prepublishOnly": "npm run build && npm run generate-declarations"
  },
  "directories": {
    "test": "__tests__",
    "dist": "dist"
  },
  "files": [
    "./dist",
    "./__tests__"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nelsallg/easylibs.git"
  },
  "bugs": {
    "url": "https://github.com/Nelsallg/easylibs.git/issues"
  },
  "devDependencies": {
    "@babel/cli": "^7.21.0",
    "@babel/core": "^7.21.3",
    "@babel/preset-react": "^7.18.6",
    "babel-loader": "^9.1.2",
    "babel-plugin-jsx-pragmatic": "^1.0.2",
    "cypress": "^13.6.1",
    "terser-webpack-plugin": "^5.0.0",
    "ts-loader": "^9.5.1",
    "typescript": "^5.3.3",
    "webpack": "^5.0.0",
    "webpack-cli": "^4.10.0"
  },
  "sideEffect": false,
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@easylibs/flash": "file:../flash"
  }
}
