13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
"name": "@sammo-ts/gateway-api",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.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')\""
|
|
}
|
|
}
|