|
@@ -11,6 +11,7 @@
|
|
"scripts": {
|
|
"scripts": {
|
|
"build": "./compile.sh && tsc",
|
|
"build": "./compile.sh && tsc",
|
|
"compile": "./compile.sh",
|
|
"compile": "./compile.sh",
|
|
|
|
+ "generate-doc": "./generate-md-doc.sh",
|
|
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.ts'",
|
|
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.ts'",
|
|
"lint": "eslint ./src --ext .ts",
|
|
"lint": "eslint ./src --ext .ts",
|
|
"checks": "tsc --noEmit --pretty && prettier ./ --check && yarn lint",
|
|
"checks": "tsc --noEmit --pretty && prettier ./ --check && yarn lint",
|