UNPKG

ntms

Version:

A dead simple way to add i18n to your Next.js app using the Notion API and Deepl

53 lines (52 loc) 1.36 kB
{ "name": "ntms", "version": "0.0.9912", "description": "A dead simple way to add i18n to your Next.js app using the Notion API and Deepl", "author": "arnaudDerbey", "repository": "https://github.com/peers-press/ntms", "license": "MIT", "keywords": [ "Notion", "CMS", "Notion API", "SSG", "i18n", "nextjs", "deepl", "translations", "internationalization" ], "main": "./dist/main.js", "types": "./dist/main.d.ts", "scripts": { "cli": "ts-node src/cli.ts", "lint": "eslint src/ --ext .js,.jsx,.ts,.tsx", "test": "jest", "build": "microbundle src/main.ts --format cjs --compress", "buildc": "tsc -p tsconfig.json" }, "devDependencies": { "@types/jest": "^26.0.23", "@types/node": "^15.0.1", "@types/node-fetch": "^2.5.10", "@typescript-eslint/eslint-plugin": "^4.19.0", "@typescript-eslint/parser": "^4.19.0", "esbuild": "^0.11.11", "eslint": "^7.22.0", "jest": "^27.0.4", "microbundle": "^0.13.1", "microbundle-crl": "^0.13.11", "ts-jest": "^27.0.3", "ts-node": "^9.1.1", "typescript": "^4.2.3" }, "dependencies": { "htmlparser2": "^6.1.0", "jsdom": "^16.6.0", "node-fetch": "^2.6.1", "node-fetch-cache": "^2.0.0", "node-html-parser": "^3.3.4", "p-ratelimit": "^1.0.1", "p-throttle": "^4.1.1" } }