initial commit

This commit is contained in:
2024-12-25 22:22:16 -06:00
commit bf7d020bfc
24 changed files with 4347 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "ddp",
"version": "0.0.0",
"private": true,
"author": {
"name": "Joel Wetzell",
"email": "me@jwetzell.com",
"url": "https://jwetzell.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwetzell/ddp-js.git"
},
"scripts": {
"lint:check": "eslint ./",
"format:check": "prettier ./ --check",
"format:write": "prettier ./ --write"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"prettier": "3.4.2",
"eslint": "8.48.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0"
}
}