mediocreatbest
Version:
A mediocre (at best) utility library for JavaScript.
40 lines (39 loc) • 901 B
JSON
{
"name": "mediocreatbest",
"version": "0.3.17",
"author": "player1537",
"repository": {
"type": "git",
"url": "git+https://github.com/player1537/mediocreatbest"
},
"description": "A mediocre (at best) utility library for JavaScript.",
"keywords": [
"mab",
"mediocre",
"mediocreatbest",
"utility",
"library"
],
"files": [
"dist"
],
"type": "module",
"main": "./dist/mediocreatbest.umd.cjs",
"module": "./dist/mediocreatbest.js",
"exports": {
".": {
"import": "./dist/mediocreatbest.js",
"require": "./dist/mediocreatbest.umd.cjs"
}
},
"scripts": {
"build": "vite build",
"test": "node test.js"
},
"devDependencies": {
"vite": "^6.0.7"
},
"dependencies": {
"nunjucks": "^3.2.4"
}
}