-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 924 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
{
"name": "ovo-paint",
"version": "0.0.1",
"description": "ovo-paint",
"main": "main.js",
"scripts": {
"watch": "ts-node src/BuildScript/Build.ts --watch",
"build": "ts-node src/BuildScript/Build.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NaNnoda/ovo-paint.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/NaNnoda/ovo-paint/issues"
},
"homepage": "https://github.com/NaNnoda/ovo-paint#readme",
"devDependencies": {
"@types/webfontloader": "^1.6.35",
"@types/wicg-file-system-access": "^2020.9.5",
"esbuild-plugin-glsl": "^1.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"webfontloader": "^1.6.28"
},
"dependencies": {
"@tensorflow-models/qna": "^1.0.1",
"@tensorflow/tfjs": "^4.2.0",
"ag-psd": "^15.0.5",
"esbuild": "^0.17.11",
"esbuild-plugin-ignore": "^1.1.1"
}
}