-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 798 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
{
"name": "typetype-examples",
"version": "0.0.1",
"description": "Examples for typetype",
"main": "index.js",
"scripts": {
"dev": "typetype build -w ./examples",
"build": "typetype build ./examples",
"clean": "typetype clean ./examples",
"debug": "typetype debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mistlog/typetype-examples.git"
},
"author": "mistlog",
"license": "MIT",
"bugs": {
"url": "https://github.com/mistlog/typetype-examples/issues"
},
"homepage": "https://github.com/mistlog/typetype-examples#readme",
"devDependencies": {
"@mistlog/typetype": "0.0.29",
"@types/node": "^14.14.27",
"ts-node": "^9.1.1",
"ts-toolbelt": "^9.3.12",
"typescript": "^4.1.3"
},
"dependencies": {}
}