kahvi.juustodiilerit.fi/shared/package.json

17 lines
300 B
JSON
Raw Normal View History

2026-01-05 23:39:34 +02:00
{
"name": "@kahvi.juustodiilerit.fi/shared",
"version": "0.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"dev": "tsc -w"
},
"keywords": [],
"author": "",
"description": "",
"devDependencies": {
"typescript": "^5.9.3"
}
}