Dashboard
Repositories
filestore
Aktivität
Login
dhtools
/
software_bibliothek
Übersicht
Reflog
Commits
Dateibaum
Dokumentation
Forks
Vergleichen
Blame
|
Historie
|
Raw
Replace the Flask prototype with a Node/TypeScript monorepo
Server-Bibliothek
vor 18 Std.
1f44739ba685cd77dc804adcc58fbf584b21e52b
[dhtools/software_bibliothek.git]
/
packages
/
bibliothek-types
/
package.json
1
2
3
4
5
6
7
8
9
10
{
"name": "bibliothek-types",
"version": "0.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": ["build"],
"scripts": {
"build": "tsc"
}
}