35 lines
711 B
JSON
35 lines
711 B
JSON
{
|
|
"name": "eltro",
|
|
"version": "0.9.2",
|
|
"description": "Eltro is a small no-dependancy test framework for node",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"test": "node cli.mjs test/**/*.test.mjs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TheThing/node-eltro.git"
|
|
},
|
|
"keywords": [
|
|
"test",
|
|
"unit",
|
|
"test",
|
|
"testing"
|
|
],
|
|
"type": "module",
|
|
"author": "Jonatan Nilsson",
|
|
"license": "WTFPL",
|
|
"bugs": {
|
|
"url": "https://github.com/TheThing/node-eltro/issues"
|
|
},
|
|
"homepage": "https://github.com/TheThing/node-eltro#readme",
|
|
"bin": {
|
|
"eltro": "./cli.mjs"
|
|
},
|
|
"files": [
|
|
"index.mjs",
|
|
"cli.mjs",
|
|
"README.md",
|
|
"lib"
|
|
]
|
|
}
|