UNPKG

sucrase

Version:

Super-fast alternative to Babel for when you can target modern JS runtimes

49 lines (48 loc) 1.19 kB
{ "name": "sucrase", "version": "1.2.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/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "script/build", "benchmark": "ts-node ./benchmark/benchmark.ts", "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": { "@types/babel-core": "^6.25.2", "@types/mocha": "^2.2.43", "babel-core": "^6.26.0", "babel-preset-react": "^6.24.1", "buble": "^0.16.0", "mocha": "^3.5.3", "ts-node": "^3.3.0", "typescript": "^2.5.3" }, "dependencies": { "@types/node": "^8.0.31", "babylon": "^7.0.0-beta.27", "tslib": "^1.7.1" } }