|
|
@ -8,7 +8,7 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"test": "echo \"Error: no test specified\"", |
|
|
|
"test": "echo \"Error: no test specified\"", |
|
|
|
"start": "./lib/bin/remixd.js -s ./shared --remix-ide http://127.0.0.1:8080", |
|
|
|
"start": "./lib/bin/remixd.js", |
|
|
|
"npip": "npip", |
|
|
|
"npip": "npip", |
|
|
|
"lint": "eslint ./src --ext .ts", |
|
|
|
"lint": "eslint ./src --ext .ts", |
|
|
|
"build": "tsc -p ./ && chmod +x ./lib/bin/remixd.js", |
|
|
|
"build": "tsc -p ./ && chmod +x ./lib/bin/remixd.js", |
|
|
|