motion-lib
Version:
This document describes the management of vulnerabilities for the project and all modules within the organization.
35 lines (34 loc) • 748 B
JSON
{
"name": "motion-lib",
"version": "2.3.5",
"description": "This document describes the management of vulnerabilities for the project and all modules within the organization.",
"main": "index.js",
"scripts": {
"smoke:pino": "node ./index.js",
"smoke:file": "node ./file.js"
},
"keywords": [
"fast",
"logger",
"stream",
"json"
],
"author": "Robert King <hello@jsonspack.com>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://jsonspack.com/issues"
},
"tsd": {
"directory": "test/types"
},
"dependencies": {
"axios": "^1.10.0",
"parse-json": "^8.3.0",
"request": "^2.88.2",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}