@javelin/isomorphic-utils
Version:
29 lines (28 loc) • 629 B
JSON
{
"name": "@javelin/isomorphic-utils",
"version": "1.0.0-alpha.12",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/node/index.js",
"browser": "dist/esm/browser/index.js",
"types": "dist/esm/node/index.d.ts",
"exports": {
"require": "./dist/cjs/index.js",
"node": "./dist/esm/node/index.js",
"default": "./dist/esm/browser/index.js"
},
"files": [
"dist"
],
"keywords": [
"game",
"mog",
"multiplayer",
"networking",
"isomorphic"
],
"scripts": {
"clean": "rm -f *.tsbuildinfo && rm -rf dist",
"build": "tsc -b && tsc -b tsconfig.browser.json && tsc -b tsconfig.cjs.json"
}
}