UNPKG

866 BJSONView Raw
1{
2 "name": "@babel/plugin-transform-typescript",
3 "version": "7.12.16",
4 "description": "Transform TypeScript into ES.next",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-plugin-transform-typescript"
9 },
10 "license": "MIT",
11 "publishConfig": {
12 "access": "public"
13 },
14 "main": "lib/index.js",
15 "keywords": [
16 "babel-plugin",
17 "typescript"
18 ],
19 "dependencies": {
20 "@babel/helper-create-class-features-plugin": "^7.12.16",
21 "@babel/helper-plugin-utils": "^7.12.13",
22 "@babel/plugin-syntax-typescript": "^7.12.13"
23 },
24 "peerDependencies": {
25 "@babel/core": "^7.0.0-0"
26 },
27 "devDependencies": {
28 "@babel/core": "7.12.16",
29 "@babel/helper-plugin-test-runner": "7.12.13"
30 },
31 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typescript"
32}
\No newline at end of file