-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 944 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
37
38
{
"name": "@ferstack/hotmart-api-wrapper",
"version": "2.1.0",
"license": "Unlicense",
"description": "A NodeJS Hotmart API wrapper built with Typescript",
"author": "Fernando Coelho",
"scripts": {
"ci": "pnpm ci",
"dev": "tsc -w",
"build": "tsc"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"flat-cache": "3.0.4",
"dotenv": "16.3.1"
},
"devDependencies": {
"ts-node": "^10.9.1",
"@types/flat-cache": "2.0.0",
"@types/node": "20.3.2",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"typescript": "latest",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "7.28.0",
"eslint-config-turbo": "^1.9.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1"
}
}