Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 15, 2024
1 parent 2f5847c commit 037856e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions models/agi/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "agi",
"version": "1.0.0",
"description": "Artificial General Intelligence Framework",
"main": "agi.js",
"scripts": {
"start": "node agi.js",
"test": "jest"
},
"keywords": [],
"author": "KOSASIH",
"license": "Apache-2.0",
"dependencies": {
"brain.js": "^2.0.0",
"tensorflow": "^2.3.0",
"natural": "^0.7.0",
"lodash": "^4.17.21",
"moment": "^2.29.1"
},
"devDependencies": {
"jest": "^26.6.3",
"eslint": "^7.14.0"
}
}

0 comments on commit 037856e

Please sign in to comment.