pow_sha256-polyfill/package.json

46 lines
1.2 KiB
JSON

{
"author": "Aravinth Manivannan <realaravinth@batsense.net>",
"name": "pow_sha256-polyfill",
"license": "(MIT OR Apache-2.0)",
"keywords": [
"mCaptcha",
"CAPTCHA",
"proof of work"
],
"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"
},
"version": "0.1.0",
"scripts": {
"build": "webpack --mode production",
"start": "rimraf dist pkg && webpack-dev-server --open -d",
"test": "yarn build && yarn jest",
"doc": "yarn typedoc src/index.ts"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/jsdom": "^16.2.13",
"@types/node": "^16.10.6",
"@types/sinon": "^10.0.4",
"copy-webpack-plugin": "^9.0.1",
"dart-sass": "^1.25.0",
"jest": "^27.2.5",
"jsdom": "^18.0.0",
"rimraf": "^3.0.0",
"sinon": "^11.1.2",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.6",
"ts-node": "^10.3.0",
"typedoc": "^0.22.10",
"typescript": "^4.4.4",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
}
}