-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1014 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
36
37
38
39
40
41
42
{
"private": true,
"name": "moe-somesim",
"version": "5.0.0",
"license": "Apache-2.0",
"author": {
"name": "Shota FUJI",
"url": "https://github.com/pocka"
},
"contributors": [],
"bugs": {
"url": "https://github.com/pocka/moe-somesim/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/pocka/moe-somesim"
},
"config": {
"manual": {
"url": "https://github.com/pocka/moe-somesim/tree/master/docs/MANUAL.md"
}
},
"type": "module",
"devDependencies": {
"elm-format": "^0.8.7",
"elm-test": "^0.19.1-revision10",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"vite": "^5.0.0",
"vite-plugin-elm": "^3.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "elm-test",
"prepare": "deno bundle --no-npm 'https://deno.land/x/[email protected]/mod.ts' src/builder/pngs.bundle.js"
},
"dependencies": {
"@fontsource/inter": "^4.5.14",
"@fontsource/zen-kaku-gothic-new": "^4.5.16"
}
}