UNPKG

unit-tests

Version:

A single command to install libs and setup scripts used in unit testing

21 lines (20 loc) 415 B
{ "name": "unit-tests", "version": "1.3.1", "description": "A single command to install libs and setup scripts used in unit testing", "main": "./index.mjs", "bin": { "unit-tests": "./index.mjs" }, "scripts": { "test": "echo 'ok'", "build": "echo 'ok'" }, "keywords": [ "test", "testing", "unit-tests" ], "author": "Darlan Alves <me@darlanalv.es>", "license": "MIT" }