carabistouille-twitter
Version:
Tweet some fancy french insults
40 lines (39 loc) • 948 B
JSON
{
"name": "carabistouille-twitter",
"version": "4.1.1",
"description": "Tweet some fancy french insults",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"start": "node dist/src/index.js",
"test": "mocha -r ts-node/register test/**/*.spec.ts"
},
"repository": {
"type": "git",
"url": "https://framagit.org/carabistouille/carabistouille-twitter.git"
},
"keywords": [
"twitter",
"insult"
],
"author": "DeBugs",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"ts-node": "^6.2.0",
"typescript": "^2.9.2"
},
"dependencies": {
"@types/node": "^9.6.24",
"@types/twitter": "0.0.28",
"carabistouille-lib": "^1.4.1",
"download-file": "^0.1.5",
"g-i-s": "^2.1.2",
"twitter": "^1.7.1"
}
}