15 lines
383 B
JSON
15 lines
383 B
JSON
|
{
|
||
|
"name": "kolanalystapp",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Opt in analyst app",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"postinstall": "cd analystview && yarn install",
|
||
|
"dev": "cd analystview && yarn dev",
|
||
|
"build": "cd analystview && yarn build"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|