Nicolò Ribaudo d1fe2d05f4 v7.3.3
2019-02-15 22:06:01 +01:00

25 lines
563 B
JSON

{
"name": "@babel/plugin-syntax-typescript",
"version": "7.3.3",
"description": "Allow parsing of TypeScript syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-typescript",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [
"babel-plugin",
"typescript"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.3.3"
}
}