10 lines
No EOL
241 B
JSON
10 lines
No EOL
241 B
JSON
{
|
|
"name": "shared",
|
|
"private": true,
|
|
"description": "Shared library between backend and frontend",
|
|
"main": "src/main.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"initialize": "npm install"
|
|
}
|
|
} |