-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 784 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 784 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
{
"version": "0.0.0-alpha.6",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/welltyped.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsdx build"
},
"name": "welltyped",
"author": "ENvironmentSet <herryseo1@gmail.com> (https://github.com/ENvironmentSet)",
"description": "Collection of Dependently-typed stuff",
"repository": {
"type": "git",
"url": "git+https://github.com/ENvironmentSet/welltyped.git"
},
"bugs": {
"url": "https://github.com/ENvironmentSet/welltyped/issues"
},
"homepage": "https://github.com/ENvironmentSet/welltyped#readme",
"devDependencies": {
"husky": "^4.2.5",
"tsdx": "^0.13.3",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
}
}