20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"name": "experiment",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"infra:up": "./wizard start2",
|
|
"infra:down": "./wizard stop",
|
|
"infra:clean": "./wizard teardown",
|
|
"infra:restart": "./wizard restart"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
}
|