timit
Version:
Measure JavaScript function execution time
35 lines (34 loc) • 802 B
JSON
{
"name": "timit",
"version": "1.0.0",
"description": "Measure JavaScript function execution time",
"main": "dist/timit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack"
},
"keywords": [
"performance",
"timeit",
"measure",
"execution time",
"intervals"
],
"author": "rciang",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/rcjiang/timit.git"
},
"bugs": {
"url": "https://github.com/rcjiang/timit/issues"
},
"homepage": "https://github.com/rcjiang/timit",
"devDependencies": {
"eslint": "^7.18.0",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
}
}