testable-utils
Version:
Utilities for Testable scripts
29 lines (28 loc) • 625 B
JSON
{
"name": "testable-utils",
"version": "0.6.2",
"description": "Utilities for Testable scripts",
"author": "Avi Stramer",
"keywords": [
"testable"
],
"license": "MIT",
"repository": "testable/node-script-utils",
"homepage": "https://github.com/testable/node-script-utils",
"bugs": {
"url": "https://github.com/testable/node-script-utils/issues"
},
"main": "lib/main.js",
"files": [
"lib/",
"index.d.ts"
],
"dependencies": {
"axios": "^0.27.2",
"babyparse": "^0.4.6",
"lodash": "^4.17.21",
"tail": "^2.2.6",
"uuid": "^3.4.0"
},
"typings": "./index.d.ts"
}