decla-red/shared/package.json
2020-10-06 21:33:04 +02:00

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"
}
}