astro/packages/astro/performance/package.json
2023-04-27 22:55:48 +08:00

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"
}
}