@snowflake-snss/captcha-generator-custom
Version:
An NPM package to generate captcha images
55 lines (54 loc) • 1.17 kB
JSON
{
"name": "@snowflake-snss/captcha-generator-custom",
"version": "1.11.31",
"description": "An NPM package to generate captcha images",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf coverage .nyc_output dist/**/*",
"compile": "tsc",
"test": "nyc mocha",
"coverage": "nyc report -r lcovonly",
"build": "npm run clean && npm run compile"
},
"nyc": {
"all": true
},
"license": "GPL-3.0",
"dependencies": {
"node-gyp": "^9.1.0",
"canvas": "^2.8.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/mocha": "^8.2.3",
"@types/node": "^16.3.3",
"mocha": "^9.0.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"engines": {
"node": ">=12.0.0"
},
"keywords": [
"captcha",
"generator",
"bot",
"authentication",
"discord",
"slack"
],
"directories": {
"example": "./examples",
"test": "./test"
},
"prettier": {
"arrowParens": "avoid",
"printWidth": 80,
"trailingComma": "all",
"useTabs": true
}
}