-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 824 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@scramjet/json-url-stdout",
"version": "0.23.0",
"main": "index.js",
"author": "a-tylenda",
"license": "GPL-3.0",
"description": "Sequence that pulls data from JSON url every x seconds and writes it to Instance stdout endpoint.",
"keywords": [
"easy",
"API",
"data collection",
"Big Data/BI",
"Data Producer"
],
"repository": {
"type": "git",
"url": "https://github.com/scramjetorg/platform-samples/tree/main/javascript/json-url-stdout"
},
"scripts": {
"build": "mkdir -p dist/ && cp -r *.js package.json dist/ && (cd dist && npm i --omit=dev)",
"pack": "si seq pack ./dist/",
"clean": "rm -rf ./dist ./*.tar.gz"
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"@scramjet/cli": "^0.31.2",
"@scramjet/types": "^0.31.2"
}
}