27 lines
534 B
JSON
27 lines
534 B
JSON
{
|
|
"name": "@socketcomputer/shared",
|
|
"version": "1.0.0",
|
|
"description": "crusttest shared bits",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"targets": {
|
|
"types": {},
|
|
"shared": {
|
|
"context": "browser",
|
|
"isLibrary": true,
|
|
"outputFormat": "esmodule"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"parcel": "^2.12.0"
|
|
},
|
|
"scripts": {
|
|
"build": "parcel build src/index.ts --target shared --target types"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|