wallchpaper
Version:
Change wallpaper after an adjustable time
44 lines (43 loc) • 957 B
JSON
{
"name": "wallchpaper",
"version": "0.0.5",
"description": "Change wallpaper after an adjustable time",
"author": "Dante Calderon<mail@dantecalderon.dev>",
"bin": "dist/index.js",
"license": "MIT",
"scripts": {
"start": "nodemon",
"build": "tsc",
"prepublish": "yarn build",
"test": "jest"
},
"keywords": [
"wallpaper",
"wallpaper-changes",
"changer",
"linux",
"linux-app",
"cli-app",
"GNOME",
"Desktop Enviroment"
],
"devDependencies": {
"@types/cron": "^1.7.2",
"@types/jest": "^25.1.4",
"@types/lodash.get": "^4.4.6",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^13.9.3",
"jest": "^25.1.0",
"nodemon": "^2.0.2",
"prettier": "^2.0.2",
"ts-jest": "^25.2.1",
"ts-node": "^8.8.1",
"tslint": "^6.1.0",
"typescript": "^3.8.3"
},
"dependencies": {
"cron": "^1.8.2",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2"
}
}