46 lines
1.2 KiB
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 build && yarn typedoc js/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.23",
|
|
"@types/jsdom": "^16.2.10",
|
|
"@types/node": "^15.0.2",
|
|
"@types/sinon": "^10.0.0",
|
|
"copy-webpack-plugin": "^5.0.3",
|
|
"dart-sass": "^1.25.0",
|
|
"jest": "^26.6.3",
|
|
"jsdom": "^16.5.3",
|
|
"rimraf": "^3.0.0",
|
|
"sinon": "^10.0.0",
|
|
"ts-jest": "^26.5.6",
|
|
"ts-loader": "^8.0.0",
|
|
"ts-node": "^9.1.1",
|
|
"typedoc": "^0.20.36",
|
|
"typescript": "^4.1.0",
|
|
"webpack": "^5.0.0",
|
|
"webpack-cli": "^4.6.0",
|
|
"webpack-dev-server": "^3.1.14"
|
|
}
|
|
}
|