๐Ÿ“ฆ jasonbanboa / dictionary

๐Ÿ“„ package.json ยท 21 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21{
  "name": "dictionary",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "typescript": "^4.9.3",
    "vite": "^4.5.2"
  },
  "description": "dictionary web app using the Dictionary API\r https://api.dictionaryapi.dev/api/v2/entries/en/`<str:word>`",
  "main": "index.js",
  "keywords": [],
  "author": "",
  "license": "ISC"
}