update structure
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "dockersock",
|
||||
"version": "1.0.0",
|
||||
"description": "communicate with docker sock from node",
|
||||
"description": "easy communication with docker from node, TypeScript ready",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"test": "npmts"
|
||||
"test": "npmts",
|
||||
"testindocker":"npmts && docker-machine start default; eval \"$(docker-machine env default)\" && docker build -t test-image . && docker run test-image"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user