This commit is contained in:
Morten Olsen
2023-05-19 14:51:17 +02:00
commit b574c375af
89 changed files with 11574 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "shipped",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "turbo build",
"dev": "turbo dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"turbo": "^1.9.8",
"typescript": "^5.0.4"
}
}