socketcomputer/shared/package.json
2024-04-05 04:57:26 -04:00

34 lines
560 B
JSON

{
"name": "@socketcomputer/shared",
"version": "1.0.0",
"private": "true",
"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"
}
},
"dependencies": {
},
"devDependencies": {
"parcel": "^2.12.0"
},
"scripts": {
"build": "parcel build src/index.ts --target shared --target types"
},
"author": "",
"license": "ISC"
}