|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
|
"gen-doc": "echo 'WARNING: `npm run gen-doc` is deprecated. Use `npm run doc` instead.' && npm run doc", |
|
|
|
|
"doc": "jsdoc2md --files src/telegram.js --template doc/api.hbs > doc/api.md", |
|
|
|
|
"build": "babel -d ./lib src", |
|
|
|
|
"prepublish": "npm run build && npm run gen-doc", |
|
|
|
|
"prepublishOnly": "npm run build && npm run gen-doc", |
|
|
|
|
"eslint": "eslint ./src ./test ./examples", |
|
|
|
|
"mocha": "mocha", |
|
|
|
|
"pretest": "npm run build", |
|
|
|
|
|