{ "name": "agentic-stack-js-huggingface", "type": "module", "version": "1.0.0", "description": "static html page for Agentic Stack JS demo", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build-pages": "copyfiles -f ./src/index.html ./dist/", "build": "npm run build-pages && copyfiles -f ./node_modules/agentic-stack-js-web-components/dist/*.js ./dist/assests/js/" }, "author": "", "license": "ISC", "dependencies": { "agentic-stack-js-web-components": "^1.0.6" }, "devDependencies": { "copyfiles": "^2.4.1" } }