survey/vendor/pow/package.json
Aravinth Manivannan 2609ade2a5
Setup ts compilation
- import frontend code from mCaptcha/benchs
- setup TS compilation workflow
- import vendor code from mCaptcha/mCaptcha/browser
- rewrite bench.js import in bundle.js to include file's hash
2021-10-12 14:02:34 +05:30

24 lines
579 B
JSON

{
"name": "mcaptcha-browser",
"collaborators": [
"realaravinth <realaravinth@batsense.net>"
],
"description": "mCaptcha client library for the web",
"version": "0.1.0",
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mCaptcha/browser"
},
"files": [
"mcaptcha_browser_bg.wasm",
"mcaptcha_browser.js",
"mcaptcha_browser_bg.js",
"mcaptcha_browser.d.ts",
"LICENSE_APACHE",
"LICENSE_MIT"
],
"module": "mcaptcha_browser.js",
"types": "mcaptcha_browser.d.ts",
"sideEffects": false
}