-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 934 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
43
44
{
"version": "1.1.0",
"name": "@matt-usurp/grok",
"description": "An expressive series of utilities for language like types",
"repository": {
"type": "git",
"url": "git+https://github.com/matt-usurp/grok.git"
},
"homepage": "https://github.com/matt-usurp/grok#readme",
"bugs": {
"url": "https://github.com/matt-usurp/grok/issues"
},
"keywords": [
"typescript",
"type",
"utitility",
"meta",
"language",
"assert",
"testing"
],
"license": "GPL-3.0-or-later",
"type": "commonjs",
"main": "index.js",
"engines": {
"node": ">=16.12.0",
"npm": ">=8.10.0"
},
"contributors": [
{
"name": "Matthew Rose",
"email": "[email protected]"
}
],
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@vitest/coverage-c8": "^0.25.3",
"typescript": "^4.9.3",
"vitest": "^0.25.3"
},
"dependencies": {
"tslib": "^2.4.1"
}
}