mlp-server-tools/tools/test-draft/package.json
Hamcha e06b0b29a1
All checks were successful
continuous-integration/drone/push Build is passing
Start working on a non-interactive test script for drafting
2019-07-03 17:52:29 +02:00

13 lines
234 B
JSON

{
"name": "test-draft",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"ws": "^7.0.1"
},
"scripts": {
"start": "node --experimental-modules ./index.mjs"
}
}