2020-08-08 09:22:42 +03:00
|
|
|
{
|
|
|
|
|
"name": "ig-test",
|
2022-06-05 23:23:24 +03:00
|
|
|
"version": "1.5.3",
|
2020-08-08 09:22:42 +03:00
|
|
|
"description": "experimental test runner....",
|
|
|
|
|
"main": "test.js",
|
2020-08-14 15:50:24 +03:00
|
|
|
"bin": {
|
|
|
|
|
"runtests": "test.js"
|
|
|
|
|
},
|
2020-08-08 09:22:42 +03:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "node test-test.js"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/flynx/test.js.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"test",
|
|
|
|
|
"unit-test"
|
|
|
|
|
],
|
|
|
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/flynx/test.js/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/flynx/test.js#readme",
|
|
|
|
|
"dependencies": {
|
2022-06-01 03:28:18 +03:00
|
|
|
"colors": "1.4.0",
|
2020-08-10 23:19:12 +03:00
|
|
|
"glob": "^7.1.6",
|
2021-01-10 22:45:00 +03:00
|
|
|
"ig-argv": "^2.16.3",
|
|
|
|
|
"ig-object": "^5.4.16"
|
2020-08-08 09:22:42 +03:00
|
|
|
}
|
|
|
|
|
}
|