Skip to content

Commit

Permalink
Update package.json stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Nov 3, 2023
1 parent 4a5ec55 commit 65b9003
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
{
"name": "@aws-lite/benchmarks",
"version": "0.0.0",
"description": "Generates and publishes performance metrics for JavaScript AWS SDKs",
"homepage": "https://github.com/architect/aws-lite-benchmarks",
"repository": {
"type": "git",
"url": "https://github.com/architect/aws-lite-benchmarks"
},
"bugs": "https://github.com/architect/aws-lite/issues",
"scripts": {
"bench": "node bench/index.mjs",
"lint": "eslint --fix .",
"start": "arc sandbox"
"start": "arc sandbox",
"test": "npm run lint"
},
"engines": {
"node": ">=16"
},
"license": "Apache-2.0",
"dependencies": {
"@architect/architect": "^10.16.0",
"@architect/eslint-config": "^2.1.2",
Expand Down

0 comments on commit 65b9003

Please sign in to comment.