gslides-maker
Version: 
Generate Google Slides from Wikipedia
75 lines (74 loc) • 2.13 kB
JSON
{
  "name": "gslides-maker",
  "version": "0.5.7",
  "description": "Generate Google Slides from Wikipedia",
  "main": "lib/index.js",
  "bin": "lib/index.js",
  "scripts": {
    "test": "jest --watch --detectOpenHandles",
    "start": "sucrase-node src/index.ts",
    "build": "sucrase ./src -d ./dist/lib --transforms typescript,imports"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vilmacio22/gslides-maker.git"
  },
  "keywords": [
    "google-slides",
    "maker",
    "typescript"
  ],
  "author": "Vilmacio M. Silva <vilmaciomoura@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vilmacio22/gslides-maker/issues"
  },
  "publishConfig": {
    "@vilmacio:registry": "https://npm.pkg.github.com"
  },
  "homepage": "https://github.com/vilmacio22/gslides-maker#readme",
  "devDependencies": {
    "@babel/preset-typescript": "^7.10.1",
    "@types/express": "^4.17.6",
    "@types/jest": "^26.0.8",
    "@types/jsonwebtoken": "^8.5.0",
    "@types/lowdb": "^1.0.9",
    "@types/nock": "^11.1.0",
    "@types/opn": "^5.5.0",
    "@types/readline-sync": "^1.4.3",
    "@types/sbd": "^1.0.1",
    "@typescript-eslint/eslint-plugin": "^3.2.0",
    "@typescript-eslint/parser": "^3.2.0",
    "eslint": "^7.2.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "jest": "^26.2.2",
    "nock": "^13.0.4",
    "sucrase": "^3.15.0",
    "ts-jest": "^26.1.4",
    "ts-node": "^10.2.1",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "google-auth-library": "^6.0.6",
    "googleapis": "^52.1.0",
    "ibm-watson": "^6.1.1",
    "jsonwebtoken": "^8.5.1",
    "lowdb": "^1.0.0",
    "mkdirp": "^1.0.4",
    "opn": "^6.0.0",
    "ora": "^4.0.5",
    "readline-sync": "^1.4.10",
    "sbd": "^1.0.18",
    "wikijs": "^6.3.2"
  },
  "engines": {
    "node": "14.17.5"
  }
}