Skip to content
Snippets Groups Projects
package.json 853 B
Newer Older
{
  "name": "ShelfNote_backend",
  "version": "1.0.0",
  "main": "src/index.ts",
  "repository": "https://gl.iqdev.team/d.malygin/shelfnote_backend",
  "author": "Дмитрий Малюгин <d.malygin@iqdev.digital>",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "start": "tsx watch src/index.ts"
  },
  "volta": {
    "node": "20.17.0",
    "yarn": "4.5.0"