UNPKG

@tealina/server

Version:

Includes core runtime utility functions for API files to routes.

19 lines 403 B
{ "name": "@tealina/server", "version": "1.0.0-beta.0", "description": "Includes core runtime utility functions for API files to routes.", "main": "./dist/index.js", "files": [ "dist" ], "keywords": [ "tealina", "file-routing" ], "author": "Neo Yeo", "license": "MIT", "scripts": { "test": "vitest --run", "build": "rm -rf dist && tsup src/index.ts --dts" } }