69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"author": "Aravinth Manivannan <realaravinth@batsense.net>",
|
|
"name": "@mcaptcha/pow_sha256-polyfill",
|
|
"version": "0.1.0-alpha-1",
|
|
"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": "^27.0.2",
|
|
"@types/jsdom": "^16.2.13",
|
|
"@types/node": "^16.10.6",
|
|
"@types/sinon": "^10.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
"@typescript-eslint/parser": "^5.6.0",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"dart-sass": "^1.25.0",
|
|
"eslint": "^8.4.1",
|
|
"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"
|
|
}
|
|
}
|