-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 907 Bytes
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
{
"name": "Code-Refactoring",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start:all": "cross-env PROCESS_ALL=true node ./dist/index.js",
"start:env": "node ./dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.0",
"@babel/preset-typescript": "^7.24.7",
"@babel/traverse": "^7.25.3",
"@babel/types": "^7.25.2",
"@types/node": "^22.4.2",
"@typescript-eslint/parser": "^8.2.0",
"cross-env": "^7.0.3",
"fs": "^0.0.1-security",
"prettier": "^3.3.3",
"recast": "^0.23.9",
"typescript": "^5.5.4"
},
"dependencies": {
"@babel/parser": "^7.25.3",
"@types/eslint": "^9.6.0",
"ast-types": "^0.16.1",
"dotenv": "^16.4.5"
}
}