init ingestion
This commit is contained in:
23
ingestion/rotor/package.json
Normal file
23
ingestion/rotor/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "cdp-rotor",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "CDP JS Functions runner -- V8 isolates",
|
||||
"type": "module",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"dev": "node --enable-source-maps src/index.js",
|
||||
"start": "node src/index.js",
|
||||
"test": "node --test test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"dependencies": {
|
||||
"fastify": "^4.28.1",
|
||||
"isolated-vm": "^5.0.1",
|
||||
"pino": "^9.4.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user