-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "api-translator",
"version": "1.0.11",
"main": "index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/egyjs/API-Translator"
},
"scripts": {
"test": "jest --silent=false",
"test:watch": "jest --watch --silent=false",
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [
"translate",
"free translate",
"translator",
"puppeteer",
"google translate"
],
"author": "egyjs <el3zahaby@gmail.com>",
"license": "MIT",
"dependencies": {
"puppeteer": "^19.1.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.4",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"jest": "^29.2.2",
"jest-puppeteer": "^6.1.1",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"description": "api-translator is a free and unlimited translation API that uses Google Translate",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}