Skip to content

Commit 09ac5f7

Browse files
authored
Create package.json
1 parent 0870f09 commit 09ac5f7

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

package.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"name": "ai-orchestrator",
3+
"version": "1.0.0",
4+
"description": "The AI Orchestrator: A Master Prompt Editor and Advanced AI Toolkit for Universal Computing",
5+
"main": "index.js",
6+
"scripts": {
7+
"start": "concurrently \"npm run start:server\" \"npm run start:client\"",
8+
"start:client": "react-scripts start",
9+
"start:server": "npm run start --prefix server",
10+
"build": "react-scripts build",
11+
"test": "react-scripts test",
12+
"eject": "react-scripts eject"
13+
},
14+
"keywords": [
15+
"AI",
16+
"Prompt Engineering",
17+
"Multimodal AI",
18+
"AI Toolkit",
19+
"Orchestration"
20+
],
21+
"author": "Jon-Arve Constantine Grønsberg-Ovesen",
22+
"license": "MIT",
23+
"devDependencies": {
24+
"concurrently": "^8.2.2"
25+
},
26+
"dependencies": {
27+
"@testing-library/jest-dom": "^5.17.0",
28+
"@testing-library/react": "^13.4.0",
29+
"@testing-library/user-event": "^13.5.0",
30+
"react": "^18.2.0",
31+
"react-dom": "^18.2.0",
32+
"react-scripts": "5.0.1",
33+
"typescript": "^4.9.5",
34+
"web-vitals": "^2.1.4",
35+
"@types/jest": "^27.5.2",
36+
"@types/node": "^16.18.96",
37+
"@types/react": "^18.2.79",
38+
"@types/react-dom": "^18.2.25",
39+
"react-router-dom": "^6.23.0"
40+
},
41+
"browserslist": {
42+
"production": [
43+
">0.2%",
44+
"not dead",
45+
"not op_mini all"
46+
],
47+
"development": [
48+
"last 1 chrome version",
49+
"last 1 firefox version",
50+
"last 1 safari version"
51+
]
52+
}
53+
}

0 commit comments

Comments
 (0)