{ "author": "Aravinth Manivannan ", "name": "@mcaptcha/pow_sha256-polyfill", "version": "0.1.0-rc2", "license": "(MIT OR Apache-2.0)", "keywords": [ "mCaptcha", "CAPTCHA", "proof of work" ], "browser": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "homepage": "https://mcaptcha.org", "bugs": { "url": "https://github.com/mCaptcha/pow_sha256-polyfill/issues", "email": "realaravinth@batsense.net" }, "repository": { "type": "git", "url": "https://github.com/mCaptcha/pow_sha256-polyfill.git" }, "funding": [ { "type": "individual", "url": "http://mcaptcha.org/donate" }, { "type": "liberapay", "url": "https://liberapay.com/mcaptcha" }, { "type": "individual", "url": "http://batsense.net/donate" }, { "type": "liberapay", "url": "https://liberapay.com/realaravinth" } ], "scripts": { "build": "webpack --mode production", "doc": "yarn typedoc src/index.ts", "lint": "yarn run eslint src", "start": "rimraf dist pkg && webpack-dev-server --open -d", "test": "yarn jest" }, "devDependencies": { "@types/jest": "^29.5.6", "@types/jsdom": "^21.1.4", "@types/node": "^20.8.9", "@types/sinon": "^17.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "copy-webpack-plugin": "^12.0.0", "dart-sass": "^1.25.0", "eslint": "^8.52.0", "jest": "^29.7.0", "jsdom": "^25.0.0", "rimraf": "^6.0.0", "sinon": "^19.0.0", "ts-jest": "^29.1.1", "ts-loader": "^9.5.0", "ts-node": "^10.9.1", "typedoc": "^0.26.0", "typescript": "^5.2.2", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.0" } }