mtf-api
Version:
Monotype Fonts API NodeJS client
35 lines (34 loc) • 783 B
JSON
{
"name": "mtf-api",
"version": "0.1.0",
"description": "Monotype Fonts API NodeJS client",
"main": "src/index.js",
"scripts": {
"publish": "npm publish",
"link": "npm link",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/therj/mtf-api.git"
},
"keywords": [
"monotype",
"monotype fonts",
"fonts",
"monotype",
"fonts api"
],
"author": "Rabindra Joshi (https://github.com/therj)",
"license": "MIT",
"bugs": {
"url": "https://github.com/therj/mtf-api/issues"
},
"homepage": "https://github.com/therj/mtf-api#readme",
"dependencies": {
"axios": "^1.3.4",
"config": "^3.3.9",
"dotenv": "^16.0.3",
"lodash": "^4.17.21"
}
}