UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@babel/plugin-transform-typescript",
3 "version": "7.15.0",
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.15.0",
21 "@babel/helper-plugin-utils": "^7.14.5",
22 "@babel/plugin-syntax-typescript": "^7.14.5"
23 },
24 "peerDependencies": {
25 "@babel/core": "^7.0.0-0"
26 },
27 "devDependencies": {
28 "@babel/core": "7.15.0",
29 "@babel/helper-plugin-test-runner": "7.14.5",
30 "@babel/traverse": "7.15.0",
31 "@babel/types": "7.15.0"
32 },
33 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typescript",
34 "engines": {
35 "node": ">=6.9.0"
36 },
37 "author": "The Babel Team (https://babel.dev/team)"
38}
\No newline at end of file