@scu-xiaochuan/scu-captcha-script 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +29 -0
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@scu-xiaochuan/scu-captcha-script",
3
+ "version": "0.0.1",
4
+ "description": "四川大学本科教务系统验证码识别脚本",
5
+ "main": "index.js",
6
+ "files": [
7
+ "dist"
8
+ ],
9
+ "devDependencies": {
10
+ "@xiaochuan-dev/scu-captcha-utils": "npm:@scu-xiaochuan/scu-captcha-utils@^0.0.1"
11
+ },
12
+ "repository": {
13
+ "url": "https://github.com/2239559319/scu-captcha-front",
14
+ "type": "git"
15
+ },
16
+ "publishConfig": {
17
+ "access": "public",
18
+ "registry": "https://registry.npmjs.org/"
19
+ },
20
+ "keywords": [
21
+ "四川大学",
22
+ "scu"
23
+ ],
24
+ "author": "xiaochuan",
25
+ "license": "ISC",
26
+ "scripts": {
27
+ "build": "node build.js"
28
+ }
29
+ }