code-mantras
Version:
Lightweight npm package delivering 100+ powerful, tech-focused motivational greetings to boost productivity for developers, and teams.
49 lines (48 loc) • 941 B
JSON
{
"name": "code-mantras",
"version": "1.2.0",
"private": false,
"type": "module",
"main": "src/index.js",
"scripts": {
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' npx jest"
},
"author": "Vivek Sojitra",
"license": "MIT",
"keywords": [
"motivation",
"developer",
"productivity",
"tech",
"programming",
"coding",
"inspiration",
"daily",
"greetings",
"quotes",
"team",
"startup",
"software",
"engineer",
"hackathon",
"standup",
"morning",
"devtools",
"cli",
"terminal"
],
"description": "Lightweight npm package delivering 100+ powerful, tech-focused motivational greetings to boost productivity for developers, and teams.",
"files": [
"src/"
],
"exports": {
".": "./src/index.js"
},
"engines": {
"node": "22.12.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^30.0.3"
}
}