20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"name": "@test/performance",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"benchmark": "node ./content-benchmark.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/yargs-parser": "^21.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"kleur": "^4.1.5",
|
|
"npm-run-all": "^4.1.5",
|
|
"yargs-parser": "^21.0.1"
|
|
}
|
|
}
|