Skip to content

Commit

Permalink
Updated project so we could start publishing it to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikePuppet committed Jul 8, 2023
1 parent 0aa1ab8 commit 10ba0d4
Show file tree
Hide file tree
Showing 4 changed files with 3,141 additions and 41 deletions.
24 changes: 14 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"name": "ducky",
"version": "1.0.0",
"description": "",
"name": "ducky-ai",
"version": "0.2.0",
"description": "DuckyAI is a command line rubber duck, here to help you generate command line commands",
"main": "index.js",
"scripts": {
"start": "tx ./index.ts",
"start": "tsx ./index.ts",
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist/"
],
"keywords": [],
"author": "",
"keywords": [
"ducky",
"duckyai"
],
"author": "Rhys Johns (spikepuppet)",
"license": "MIT",
"dependencies": {
"@swc/core": "^1.3.68",
Expand All @@ -26,13 +29,14 @@
"typeorm": "^0.3.17"
},
"devDependencies": {
"@open-wc/building-rollup": "^3.0.0",
"@types/node": "^20.3.1",
"deepmerge": "^4.3.1",
"langchain": "^0.0.100",
"rimraf": "^5.0.1",
"rollup": "^3.26.2",
"tsup": "^7.1.0",
"typescript": "^5.1.3"
},
"type": "module",
"bin": {
"ducky": "./dist/index.js"
}
"bin": "./dist/index.mjs"
}
Loading

0 comments on commit 10ba0d4

Please sign in to comment.