test-jstransformer
Version:
A CLI for testing jstransformer implementations.
33 lines (32 loc) • 676 B
JSON
{
"name": "test-jstransformer",
"version": "1.1.0",
"description": "A CLI for testing jstransformer implementations.",
"bin": "./bin/cli.js",
"keywords": [
"jstransformer"
],
"files": [
"bin/cli.js",
"index.js"
],
"dependencies": {
"foreground-child": "^2.0.0",
"nyc": "^15.0.0",
"testit": "^3.0.0"
},
"scripts": {
"test": "node test",
"posttest": "xo --space=2 index.js",
"coverage": "nyc node test"
},
"repository": {
"type": "git",
"url": "https://github.com/jstransformers/test-jstransformer.git"
},
"author": "Forbes Lindesay",
"license": "MIT",
"devDependencies": {
"xo": "^0.28.1"
}
}