UNPKG

@straits/babel-plugin

Version:

Babel straits syntax plugin

40 lines (39 loc) 875 B
{ "name": "@straits/babel-plugin", "version": "1.0.0", "description": "Babel straits syntax plugin", "main": "index.js", "scripts": { "pretest": "eslint *.js test", "test": "nyc mocha test/index.js", "coverage": "nyc report --reporter=lcov" }, "dependencies": {}, "peerDependencies": { "@babel/core": "^7.0.0" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@peoro/eslint-config": "^1.0.1", "@straits/eslint-config": "^1.0.1", "chai": "^4.2.0", "eslint": "^5.11.0", "mocha": "^5.2.0", "nyc": "^13.1.0" }, "author": "peoro", "license": "MIT", "keywords": [ "straits", "straits-syntax", "traits", "syntax", "babel", "babel-plugin", "babel-parser" ], "homepage": "https://github.com/straits/babel#readme", "bugs": "https://github.com/straits/babel/issues", "repository": "github:straits/babel" }