Set up a scratch pad.

This commit is contained in:
Steve Kinney
2024-09-29 12:57:06 -06:00
parent 56eadb7f93
commit 7810e6ae54
10 changed files with 34 additions and 123 deletions

View File

@@ -1,23 +0,0 @@
{
"name": "utility-belt",
"version": "1.0.0",
"description": "Some little utilities",
"main": "index.js",
"type": "module",
"scripts": {
"types": "tsc --emitDeclarationOnly --allowJs --declaration --skipLibCheck index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevekinney/testing-javascript.git"
},
"author": "Steve Kinney <hello@stevekinney.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevekinney/testing-javascript/issues"
},
"homepage": "https://github.com/stevekinney/testing-javascript#readme",
"devDependencies": {
"typescript": "^5.6.2"
}
}