18 lines
305 B
JSON
18 lines
305 B
JSON
{
|
|
"name": "@socketcomputer/shared",
|
|
"version": "1.0.0",
|
|
"private": "true",
|
|
"description": "crusttest shared bits",
|
|
"type": "module",
|
|
"main": "dist/src/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|