We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918758f commit 7bd5e52Copy full SHA for 7bd5e52
package.json
@@ -44,11 +44,10 @@
44
"Friendly Captcha"
45
],
46
"scripts": {
47
- "go": "tsc && node ./dist/index.js",
48
- "dev": "tsc && node ./issues/dev",
+ "build": "tsc && node ./dist/index.js",
49
"jsdoc": "jsdoc",
50
"docgen": "tsc && yarn jsdoc ./dist -R \"./readme.md\" -P \"./package.json\" -t \"./node_modules/jaguarjs-jsdoc\" -d \"./docs\" -r",
51
- "test": "tsc && node ./tests/mtCaptcha.js"
+ "example": "tsc && node ./tests/mtCaptcha.js"
52
},
53
"dependencies": {
54
"node-fetch": "^2.6.1"
0 commit comments