12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"name": "server",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts"
|
|
}
|