-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "render-p5js",
"version": "1.0.1",
"scripts": {
"start": "nodemon src/index.ts",
"build": "tsc"
},
"main": "index.js",
"author": " ",
"license": "MIT",
"dependencies": {
"@google-cloud/storage": "^7.16.0",
"axios": "^1.11.0",
"canvg": "^4.0.3",
"fastify": "^4.29.1",
"jest": "^29.7.0",
"node-p5": "^1.0.4",
"nodemon": "^2.0.22",
"sharp": "^0.34.3",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"tsx": "^4.20.3",
"typescript": "^5.9.2"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^18.19.121",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.5",
"eslint-plugin-promise": "^6.6.0",
"prettier": "^2.8.8"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}