public code v1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user