forked from bruceware/FutWebApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 847 Bytes
/
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
{
"name": "@mynameisvasco/futwebapi",
"version": "1.0.6",
"description": "An api to interact with fut web api with little effort",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"build-ts": "tsc",
"watch-ts": "tsc -w"
},
"files": [
"dist"
],
"author": "Vasco Sousa",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"@types/node": "^14.11.10",
"@types/otplib": "^10.0.0",
"@types/selenium-webdriver": "^4.0.9",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"otplib": "^12.0.1",
"path": "^0.12.7",
"selenium-webdriver": "^4.0.0-alpha.7"
},
"devDependencies": {
"typescript": "^4.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mynameisvasco/FutWebApi.git"
}
}