14 lines
415 B
JSON
14 lines
415 B
JSON
{
|
|
"name": "@sammo-ts/gateway-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"dev": "node -e \"console.log('dev not configured')\"",
|
|
"lint": "node -e \"console.log('lint not configured')\"",
|
|
"test": "node -e \"console.log('test not configured')\"",
|
|
"typecheck": "tsc --noEmit"
|
|
}
|
|
}
|