-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 895 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
{
"name": "yare-typescript-template",
"version": "0.1.0",
"description": "A yare template for typescript/javascript",
"main": "dist/bundle.js",
"scripts": {
"preinstall": "git submodule update --recursive --remote --init",
"build": "node esbuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swz-gh/yare-typescript-template.git"
},
"keywords": [
"yare",
"io",
"yareio",
"typescript",
"ts",
"javascript",
"js",
"template"
],
"author": "swz",
"license": "MIT",
"bugs": {
"url": "https://github.com/swz-gh/yare-typescript-template/issues"
},
"homepage": "https://github.com/swz-gh/yare-typescript-template#readme",
"devDependencies": {
"colors": "^1.4.0",
"esbuild": "^0.12.15",
"node-watch": "^0.7.1",
"typescript": "^4.6.3",
"yare-sync": "2",
"yarn": "^1.22.10"
}
}