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 89f69cd commit a3660a8Copy full SHA for a3660a8
package.json
@@ -20,12 +20,14 @@
20
"lint:ts": "eslint -c './.eslintrc-ts.js' '**/*.ts'",
21
"lint": "yarn lint:js; yarn lint:ts",
22
"format": "prettier scripts src sample/src --write",
23
+ "spellcheck": "cspell src script sample/src",
24
"lint:fix": "yarn lint:js --fix; yarn lint:ts --fix",
25
"start:docs": "docsify serve docs",
26
"prepare": "husky install"
27
},
28
"dependencies": {
29
"crypto-browserify": "^3.12.0",
30
+ "cspell": "^7.3.7",
31
"node-fetch": "^2.6.1",
32
"qs": "^6.10.1",
33
"snake-case": "^3.0.4",
0 commit comments