The captcha solver made by and for japanese high school girls!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

44 lines
1.3 KiB

{
"name": "joshi-koukousei-captcha-service",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node ./build-test.js",
"build": "node ./build.js",
"ver": "tsc -v",
"build_chrome": "node ./build-chrome.js",
"build_ff": "node ./build-ff.js",
"watch": "esbuild src/main.ts --bundle --outfile=dist/main.js --define:global=window --watch",
"lint": "pnpm exec standard --fix"
},
"author": "/cumg/, formerly AUTOMATIC",
"license": "ISC",
"dependencies": {
"@tensorflow/tfjs": "^3.19.0",
"@tensorflow/tfjs-backend-wasm": "^3.19.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.32.0",
"crx": "^5.0.1",
"esbuild": "^0.14.53",
"esbuild-css-modules-plugin": "^2.5.1",
"esbuild-plugin-inline-worker": "^0.1.1",
"eslint": "^8.21.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"web-ext": "^7.1.1"
},
"browser": {
"node:buffer": "buffer",
"node:stream": "readable-stream",
"stream": "readable-stream",
"assert": "assert-browserify",
"path": "assert-browserify",
"process": "browser-process",
"zlib": "browserify-zlib"
}
}