-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.91 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "api-flash",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tsc",
"compiler": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node -r tsconfig-paths/register src/server.ts",
"dev": "ts-node-dev --respawn --transpile-only -r tsconfig-paths/register src/server.ts \"nodemon\" \"nodemon -x tsoa spec-and-routes\"",
"tsoa": "npx tsoa spec-and-routes",
"mi:g": "npx sequelize-cli migration:generate --name",
"migrate": "npx sequelize-cli db:migrate",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/express": "^4.17.21",
"@types/i18n": "^0.13.12",
"@types/jest": "^29.5.13",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.5.5",
"@types/swagger-ui-express": "^4.1.6",
"@types/uuid": "^10.0.0",
"hardhat": "^2.22.12",
"jest": "^29.7.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"tsoa": "^6.4.0",
"typescript": "^5.6.2"
},
"dependencies": {
"@dodoex/widgets": "^2.6.11",
"@pancakeswap/pancake-swap-lib": "^0.0.4",
"api-flash": "file:",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"argon2": "^0.41.1",
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"express": "^4.21.0",
"graphql-tag": "^2.12.6",
"i18n": "^0.15.1",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.11.3",
"node-coinmarketcap-rest-api": "^0.2.2",
"puppeteer": "^23.4.1",
"sequelize": "^6.37.3",
"sequelize-typescript": "^2.1.6",
"swagger-ui-express": "^5.0.1",
"uuid": "^10.0.0",
"web3": "^4.13.0"
}
}