-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "eggs-tracker",
"version": "1.0.0",
"description": "API para o addon de pterodactly",
"main": "dist/start.js",
"scripts": {
"build": "tsc",
"dev": "git lfs install --skip-smudge && ts-node -r tsconfig-paths/register --transpiler sucrase/ts-node-plugin src/start.ts",
"lint": "eslint --ext .tsx,.ts --fix ./src -c .eslintrc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ashu11-A/Eggs-Tracker.git"
},
"author": "Ashu11a",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ashu11-A/Eggs-Tracker/issues"
},
"homepage": "https://github.com/Ashu11-A/Eggs-Tracker#readme",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-promise": "^6.2.0",
"typescript": "^5.4.3"
},
"dependencies": {
"axios": "^1.6.8",
"cld": "^2.9.1",
"fs-extra": "^11.2.0",
"glob": "^10.4.1",
"simple-git": "^3.23.0",
"sucrase": "^3.35.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0"
}
}