12 lines
234 B
JSON
12 lines
234 B
JSON
{
|
|
"name": "soma-solve-js",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"build": "npx tsc main.ts --target ES2020 --moduleResolution node"
|
|
},
|
|
"author": "Daniel Ledda",
|
|
"license": "ISC"
|
|
}
|