UNPKG

@simulacrum/ui

Version:

A web UI to work with a Simulacrum Server

48 lines (47 loc) 1.17 kB
{ "name": "@simulacrum/ui", "version": "0.3.2", "description": "A web UI to work with a Simulacrum Server", "main": "index.js", "scripts": { "test": "echo skip", "prepack": "parcel build", "start": "parcel serve", "watch": "parcel watch", "build": "npm run prepack", "lint": "eslint app index.js", "clean": "rimraf dist" }, "repository": { "type": "git", "url": "git+https://github.com/thefrontside/simulacrum.git" }, "keywords": [ "simulation" ], "author": "Frontside Engineering <engineering@frontside.com>", "license": "ISC", "bugs": { "url": "https://github.com/thefrontside/simulacrum/issues" }, "homepage": "https://github.com/thefrontside/simulacrum#readme", "devDependencies": { "@frontside/eslint-config": "^3.1.0", "@frontside/tsconfig": "^3.0.0", "@frontside/typescript": "^3.0.0", "graphiql": "^1.4.0", "parcel": "^2.0.0", "react": "^16.8.0", "react-dom": "^16.8.0", "rimraf": "^3.0.2" }, "targets": { "app": { "source": "app/index.html", "distDir": "./dist" } }, "volta": { "extends": "../../package.json" } }