mirror of
https://github.com/morten-olsen/shipped.git
synced 2026-02-07 23:26:23 +01:00
21 lines
368 B
JSON
21 lines
368 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|