Skip to main content
Module

x/dso/package.json

Simple Orm library for Deno based on deno_mysql
Go to Latest
File
{ "name": "deno-project", "version": "1.0.0", "description": "A barebone deno project", "main": "index.js", "scripts": { "doc": "typedoc --out docs ./", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "deno_ls_plugin": "^0.1.0", "typescript": "^3.3.1" }}