UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@babel/preset-typescript",
3 "version": "7.24.1",
4 "description": "Babel preset for TypeScript.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-preset-typescript"
9 },
10 "license": "MIT",
11 "publishConfig": {
12 "access": "public"
13 },
14 "main": "./lib/index.js",
15 "keywords": [
16 "babel-preset",
17 "typescript"
18 ],
19 "dependencies": {
20 "@babel/helper-plugin-utils": "^7.24.0",
21 "@babel/helper-validator-option": "^7.23.5",
22 "@babel/plugin-syntax-jsx": "^7.24.1",
23 "@babel/plugin-transform-modules-commonjs": "^7.24.1",
24 "@babel/plugin-transform-typescript": "^7.24.1"
25 },
26 "peerDependencies": {
27 "@babel/core": "^7.0.0-0"
28 },
29 "devDependencies": {
30 "@babel/core": "^7.24.1",
31 "@babel/helper-plugin-test-runner": "^7.24.1"
32 },
33 "homepage": "https://babel.dev/docs/en/next/babel-preset-typescript",
34 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20typescript%22+is%3Aopen",
35 "engines": {
36 "node": ">=6.9.0"
37 },
38 "author": "The Babel Team (https://babel.dev/team)",
39 "type": "commonjs"
40}
\No newline at end of file