oxford-dictionary-nodejs
Version:
A modern tiny nodeJS wrapper for the oxforddictionary.com V2 REST API.
39 lines (38 loc) • 887 B
JSON
{
"name": "oxford-dictionary-nodejs",
"version": "0.0.8",
"description": "A modern tiny nodeJS wrapper for the oxforddictionary.com V2 REST API.",
"main": "dist/v2/index.js",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"oxford",
"REST API",
"oxforddictionary",
"oxforddictionaries",
"Oxford Dictionaries"
],
"author": "Kohei Ueno",
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://it@github.com:cola119/oxford-dictionary-nodejs.git"
},
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"dotenv": "^8.2.0",
"jest": "^26.4.2",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
},
"dependencies": {}
}