mirror of
1
2
Fork 0
ucaptcha/client/package.json

33 lines
908 B
JSON

{
"name": "ucaptcha-client",
"version": "1.0.0",
"description": "Client-facing project for uCaptcha",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development; rollup -c rollup.config.js -w",
"build": "NODE_ENV=production; rollup -c rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Captcha",
"Bots",
"Antispam"
],
"author": "Devshh",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"rollup": "^2.0.6",
"rollup-plugin-terser": "^5.3.0",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
},
"dependencies": {}
}