sucrase
Version:
Super-fast alternative to Babel for when you can target modern JS runtimes
58 lines (57 loc) • 1.56 kB
JSON
{
"name": "sucrase",
"version": "1.4.0",
"description": "Super-fast alternative to Babel for when you can target modern JS runtimes",
"author": "Alan Pierce <alangpierce@gmail.com>",
"license": "MIT",
"main": "dist/src/index.js",
"module": "dist/src/index.mjs",
"types": "dist/src/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "script/build",
"benchmark": "node ./build/benchmark/benchmark.js",
"profile": "node --inspect-brk ./build/benchmark/profile.js",
"prepublish": "yarn run build",
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/alangpierce/sucrase.git"
},
"keywords": [
"babel",
"jsx",
"typescript",
"flow"
],
"bugs": {
"url": "https://github.com/decaffeinate/bulk-decaffeinate/issues"
},
"homepage": "https://github.com/decaffeinate/bulk-decaffeinate#readme",
"devDependencies": {
"@babel/cli": "7.0.0-beta.35",
"@babel/core": "7.0.0-beta.35",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.35",
"@babel/preset-flow": "7.0.0-beta.35",
"@babel/preset-react": "7.0.0-beta.35",
"@babel/register": "^7.0.0-beta.35",
"@types/babel-core": "^6.25.3",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.31",
"babel-plugin-transform-charcodes": "0.0.10",
"buble": "^0.16.0",
"mocha": "^3.5.3",
"ts-node": "^4.0.2",
"typescript": "^2.6.2"
},
"dependencies": {
"charcodes": "0.0.10",
"tslib": "^1.7.1"
},
"engines": {
"node": ">=8"
}
}