urltomarkdown/node_modules/justify-text/package.json

18 lines
389 B
JSON
Executable File

{
"name": "justify-text",
"version": "1.1.3",
"description": "left or right justify text",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest",
"prepublishOnly": "npm test"
},
"author": "Julian Nicholls",
"license": "MIT",
"repository": "https://github.com/JulianNicholls/npm-justify-text",
"devDependencies": {
"jest": "^26.4.0"
}
}