Files
soma-solver/src/solver/js/package.json
2021-07-03 20:00:13 +02:00

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"
}