{
  "name": "@destack/npm-server",
  "version": "0.0.1",
  "description": "dev-server to create applications, sites or prototypes using only JS, HTML and CSS, No transpilation.",
  "main": "npm-server.js",
  "scripts": {
    "build": "rollup -c"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "UpperCod",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/UpperCod/devstack.git"
  },
  "license": "ISC",
  "dependencies": {
    "@destack/resolve": "^0.0.1",
    "@destack/resolve-id": "^0.0.1",
    "@destack/utils": "^0.0.1",
    "mime": "^2.4.6"
  },
  "devDependencies": {
    "rollup": "^2.34.2"
  },
  "gitHead": "c491c28515e5d619da6dce1bba419944721704b2"
}
