-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.25 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
48
49
50
{
"name": "typenet",
"version": "1.0.4",
"description": "web typing effect.",
"main": "index.ts",
"type": "module",
"scripts": {
"build": "rollup -c",
"test": "vite",
"lint": "eslint src --ext .js,.ts --fix",
"push": "sh ./.shell/push.sh"
},
"lint-staged": {
"*.{ts,js}": [
"pnpm lint"
]
},
"author": "coderlei <[email protected]> (https://github.com/acmenlei)",
"repository": "[email protected]:Acmenlei/typenet.git",
"bugs": {
"url": "https://github.com/acmenlei/typenet/issues"
},
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"rollup": "^3.20.2",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.5.0",
"typescript": "^5.0.3",
"vite": "^4.2.1"
},
"keywords": [
"打字机",
"网页打字",
"typing",
"typer",
"writer"
]
}