optinmamanagementvue/package.json

15 lines
383 B
JSON
Raw Permalink Normal View History

2024-09-02 04:58:52 +00:00
{
"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"
}