21195e4abf
* support for custom csv separator * simple datalog frameowrk * api strings * hide setfile * storage fixes * log seconds, not milliseconds
16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"name": "datalog",
|
|
"description": "Tiny data logging framework",
|
|
"files": [
|
|
"README.md",
|
|
"datalog.ts"
|
|
],
|
|
"testFiles": [
|
|
"test.ts"
|
|
],
|
|
"public": true,
|
|
"dependencies": {
|
|
"core": "file:../core",
|
|
"storage": "file:../storage"
|
|
}
|
|
} |