dailyprogrammer
Version:
The /r/dailyprogrammer Tool provides you with a cli to quickly initialize programming challenges and publish them.
30 lines (29 loc) • 766 B
JSON
{
"name": "dailyprogrammer",
"version": "1.0.1",
"description": "The /r/dailyprogrammer Tool provides you with a cli to quickly initialize programming challenges and publish them.",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},
"keywords": [
"reddit",
"dailyprogrammer"
],
"author": "Andre Eckardt <aeckardt@outlook.com>",
"repository": "https://github.com/korve/dailyprogrammer",
"license": "MIT",
"devDependencies": {
"typescript": "^2.1.4"
},
"dependencies": {
"@types/commander": "^2.3.31",
"@types/es6-promise": "0.0.32",
"@types/node": "0.0.3",
"commander": "^2.9.0"
},
"bin": {
"reddit-dp": "./lib/index.js"
}
}