-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "click-password",
"version": "2.0.0",
"homepage": "https://github.com/congzhou09/click-password.git",
"keywords": [
"javascript",
"click",
"password"
],
"description": "set up a quadrant in viewport, click in 4 ranges of quadrant to generate a password ,and then to trigger something",
"browser": "dist/click-password.min.js",
"files": [
"src",
"dist",
"README.md",
"README_CN.md"
],
"scripts": {
"test": "rollup -c rollup.test.config.js --bundleConfigAsCjs",
"codecheck": "eslint --ext .js --fix src",
"build": "tsc --build ./tsconfig.type.json && rollup -c rollup.config.js --bundleConfigAsCjs"
},
"author": "yuancongzhou",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/runtime-corejs3": "^7.20.13",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.1.5",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.34.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"rollup": "^3.17.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
}
}