-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 932 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
{
"name": "@typescript-package/is",
"version": "1.0.0",
"author": "wwwdev.io <[email protected]>",
"description": "Type-safe `is` checkers for validating value types in TypeScript.",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"peerDependencies": {
"@typescript-package/core": "^1.0.0",
"@typescript-package/type": "^1.0.0"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/typescript-package/is.git"
},
"bugs": {
"url": "https://github.com/typescript-package/is/issues"
},
"keywords": [
"@typescript-package",
"@typescript-package/is"
],
"funding": [
{
"type": "individual",
"url": "https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29"
}
],
"sideEffects": false,
"devDependencies": {
"@angular-package/testing": "^2.0.0-rc"
}
}