-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.54 KB
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
{
"name": "@stainless-api/migrate",
"version": "0.0.4",
"scripts": {
"test": "node --test --experimental-strip-types",
"build": "mkdir -p dist && rm -rf dist/jscodeshift && cp -r jscodeshift dist/jscodeshift && esbuild src/migrate.ts --target=node18 --platform=node --external:@babel --external:magic-string --external:ts-dedent --external:./jscodeshift/* --bundle --format=cjs --outfile=dist/migrate.cjs"
},
"bin": "dist/migrate.cjs",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/stainless-api/migrate-ts.git"
},
"license": "MIT OR Apache-2.0",
"type": "module",
"dependencies": {
"@babel/generator": "^7.26.10",
"@babel/helper-validator-identifier": "^7.25.9",
"@babel/parser": "^7.26.10",
"@babel/traverse": "^7.26.10",
"@babel/types": "^7.26.10",
"graceful-fs": "^4.2.4",
"js-tokens": "^9.0.1",
"magic-string": "^0.30.17",
"neo-async": "^2.5.0",
"picocolors": "^1.0.1",
"picomatch": "^2.3.1",
"ts-dedent": "^2.2.0",
"write-file-atomic": "^5.0.1"
},
"devDependencies": {
"@std/internal": "jsr:1.0.6",
"@types/babel__generator": "^7.6.8",
"@types/babel__helper-validator-identifier": "^7.15.2",
"@types/babel__traverse": "^7.20.6",
"@types/node": "22",
"esbuild": "^0.25.1",
"find-up-simple": "^1.0.1",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}