-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 775 Bytes
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
{
"name": "sakurafx-typescript",
"version": "1.0.3",
"description": "sakuraFx",
"main": "dist/index.js",
"files": [
"dist/*.js",
"dist/*.d.ts"
],
"dependencies": {
"typescript": "^4.7.2"
},
"scripts": {
"dev": "node build.mjs dev",
"build": "node build.mjs build & tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xiao-e-yun/sakuraFx-typescript.git"
},
"keywords": [
"effect",
"webGL",
"typescript",
"sakura"
],
"author": "xiao-e-yun",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/xiao-e-yun/sakuraFx-typescript/issues"
},
"homepage": "https://github.com/xiao-e-yun/sakuraFx-typescript#readme",
"devDependencies": {
"esbuild": "^0.14.41"
}
}