aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2022-01-19 13:19:26 -0500
committerPriyansh <[email protected]>2022-01-19 13:19:26 -0500
commit6af5afc1b0d3b08b731bead0a4e2cad27dfd472c (patch)
tree01adfbdfc7b57ce9b2cc8c85985782a6524bdc21 /package.json
parent420085e4a3ab242523b462fd12a2d07c1693f2aa (diff)
downloadizuku.js-6af5afc1b0d3b08b731bead0a4e2cad27dfd472c.tar.xz
izuku.js-6af5afc1b0d3b08b731bead0a4e2cad27dfd472c.zip
feat: info functions
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 87552fe..30e0cfb 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,8 @@
"start:dev": "nodemon",
"build": "rm -rf dist && rimraf ./build && tsc",
"lint": "eslint . --ext .ts",
- "format": "prettier --config .prettierrc 'src/**/*.ts' --write"
+ "format": "prettier --config .prettierrc 'src/**/*.ts' --write",
+ "test-single": "func() { env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register \"$1\"; }; func"
},
"repository": {
"type": "git",
@@ -58,6 +59,7 @@
]
},
"dependencies": {
+ "buffer": "^6.0.3",
"table": "^6.8.0"
}
}