We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d8247 commit 9586c20Copy full SHA for 9586c20
package.json
@@ -3,8 +3,16 @@
3
"version": "0.0.0",
4
"description": "A type-safe fluent assertion library",
5
"repository": "git@github.com:stackbuilders/assertive-ts.git",
6
+ "homepage": "https://stackbuilders.github.io/assertive-ts/",
7
"author": "Stack Builders <info@stackbuilders.com>",
8
"license": "MIT",
9
+ "keywords": [
10
+ "assertions",
11
+ "testing",
12
+ "testing-tools",
13
+ "type-safety",
14
+ "typescript"
15
+ ],
16
"main": "./dist/index.js",
17
"types": "./dist/index.d.ts",
18
"files": [
0 commit comments