forked from polsevev/JSTQL-JS-Transform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 795 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 795 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
{
"name": "didactic-chainsaw",
"module": "index.ts",
"type": "module",
"scripts": {
"": "bun run src/index.ts",
"watch": "bun --watch src/index.ts"
},
"devDependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.23.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@swc/cli": "^0.1.62",
"@types/babel__generator": "^7.6.8",
"@types/node": "^20.5.9",
"bun-types": "latest",
"typescript": "^5.2.2"
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/generator": "^7.23.0",
"@babel/parser": "^7.23.0",
"@babel/traverse": "^7.23.0",
"@types/babel-traverse": "^6.25.10",
"@types/babel__traverse": "^7.20.5",
"babel": "^6.23.0",
"bun": "^1.0.4",
"ts-node": "^10.9.1",
"util": "^0.12.5"
}
}