Skip to content

Commit

Permalink
build: moving some README.md information and updating package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Aug 3, 2023
1 parent 3ffcfb3 commit 7d0738d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@
"lintfix": "eslint '{src,tests,scripts}/**/*.{js,ts,json}' 'benches/**/*.{js,ts}' --fix",
"lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
"bench": "shx rm -rf ./benches/results && ts-node ./benches",
"polykey": "ts-node src/bin/polykey.ts",
"start": "ts-node src/bin/polykey.ts -- agent start --verbose",
"dev": "nodemon src/bin/polykey.ts -- agent start --verbose"
"bench": "shx rm -rf ./benches/results && ts-node ./benches"
},
"dependencies": {
"@matrixai/async-cancellable": "^1.1.1",
Expand Down

0 comments on commit 7d0738d

Please sign in to comment.