jest-transform-nearley
Version:
Jest transform to support nearley grammars
30 lines (29 loc) • 618 B
JSON
{
"name": "jest-transform-nearley",
"version": "2.0.0",
"description": "Jest transform to support nearley grammars",
"main": "./index.js",
"scripts": {
"test": "jest",
"format": "prettier --write \"./**/*.js\" \"./**/*.md\""
},
"keywords": [
"jest",
"nearley",
"transform"
],
"repository": {
"type": "git",
"url": "git://github.com/adam1658/jest-transform-nearley.git"
},
"author": "Adam Rich",
"license": "MIT",
"peerDependencies": {
"nearley": "^2"
},
"devDependencies": {
"jest": "^24.1.0",
"nearley": "^2.16.0",
"prettier": "^1.16.4"
}
}