File size: 601 Bytes
b2cc311
 
 
 
 
 
 
22a6f79
a12f379
fa0d897
b2cc311
 
 
 
 
22a6f79
 
 
b2cc311
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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"
  }
}