-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "@cedelabs/playground-sdk",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "tsx index.ts",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\""
},
"type": "module",
"devDependencies": {
"@cedelabs/demo-sdk": "^1.16.0",
"@testing-library/jest-dom": "^6.1.3",
"@types/jest": "^29.5.7",
"@types/prettyjson": "^0.0.33",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"dotenv": "^16.3.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^2.8.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"chalk": "^5.3.0",
"open": "^10.1.0",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"prettyjson": "^1.2.5",
"readline": "^1.3.0",
"tsx": "^4.16.3",
"whatwg-fetch": "^3.6.19"
},
"volta": {
"node": "20.18.0",
"yarn": "1.22.19"
}
}