AI-Assistants-Library / package.json
danielrosehill's picture
updated
f6ba329
raw
history blame contribute delete
586 Bytes
{
"name": "ai-assistant-library",
"version": "1.0.0",
"description": "A static website showcasing a collection of AI assistant configurations created by Daniel Rosehill",
"main": "index.html",
"scripts": {
"build": "node build.js",
"build:all": "chmod +x build-all.sh && ./build-all.sh",
"serve": "npx serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ai",
"assistant",
"configurations",
"static-site"
],
"author": "Daniel Rosehill",
"license": "MIT",
"devDependencies": {
"serve": "^14.0.0"
}
}