-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
51
52
53
54
55
56
{
"name": "magic-turn",
"version": "0.0.10",
"description": "",
"main": "index.js",
"type": "module",
"keywords": [
"vue2",
"vue3"
],
"scripts": {
"dev": "tsup ./src/index.ts --format cjs,esm --clean --watch",
"build": "eslint --fix src && tsup ./src/index.ts --format cjs,esm --clean --minify",
"eslint": "eslint --fix src"
},
"bin": {
"magic-turn": "./index.js"
},
"bugs": "https://github.com/chaorenluo/MagiCode/issues",
"repository": {
"type": "git",
"url": "https://github.com/chaorenluo/MagiCode"
},
"author": "chaorenluo",
"license": "ISC",
"devDependencies": {
"@babel/eslint-parser": "^7.21.8",
"@babel/types": "7.19.0",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "7.18.1",
"@types/node": "18.7.16",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"magic-turn": "^0.0.10",
"tsup": "6.2.3",
"typescript": "4.8.3",
"typescript-transform-paths": "3.3.1"
},
"dependencies": {
"@babel/generator": "7.19.0",
"@babel/parser": "7.19.0",
"@babel/traverse": "7.19.0",
"@jyeontu/progress-bar": "^1.0.5",
"@types/fs-extra": "9.0.13",
"dom-serializer": "2.0.0",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"htmlparser2": "8.0.1",
"parse5": "7.1.1"
}
}