Skip to content

Commit 6cf96d4

Browse files
Update package.JSON
1 parent bd3a111 commit 6cf96d4

File tree

1 file changed

+10
-25
lines changed

1 file changed

+10
-25
lines changed

package.JSON

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,29 @@
11
{
2-
"name": "accelerate-with-copilot",
2+
"name": "MrClean",
33
"version": "1.0.0",
4-
"description": "A Node.js ecosystem for accelerated, generative development with Copilot and workflows.",
5-
"author": "CosmicJesterX",
6-
"license": "MIT",
4+
"description": "",
75
"main": "index.js",
8-
"type": "module",
96
"scripts": {
107
"start": "node index.js",
118
"dev": "nodemon index.js",
12-
"format": "prettier --write .",
139
"lint": "eslint .",
14-
"test": "echo \"No tests specified\" && exit 0"
10+
"format": "prettier --write .",
11+
"test": "echo \"No test specified\" && exit 0",
12+
"prepare": "npm run lint && npm run format"
1513
},
1614
"dependencies": {
1715
"express": "^4.18.2",
18-
"lodash": "^4.17.21",
19-
"openai": "^4.36.0",
20-
"@huggingface/inference": "^2.6.0",
21-
"canvas": "^2.11.2",
22-
"tone": "^14.8.49"
16+
"lodash": "^4.17.21"
2317
},
2418
"devDependencies": {
2519
"nodemon": "^3.1.0",
2620
"eslint": "^8.57.0",
2721
"prettier": "^3.2.5"
2822
},
29-
"engines": {
30-
"node": ">=18"
31-
},
3223
"keywords": [
33-
"copilot",
34-
"generative",
35-
"ai",
36-
"automation",
3724
"nodejs",
38-
"express"
39-
],
40-
"repository": {
41-
"type": "git",
42-
"url": "https://github.com/CosmicJesterX/-accelerate-with-copilot-.git"
43-
}
25+
"automation",
26+
"copilot",
27+
"productivity"
28+
]
4429
}

0 commit comments

Comments
 (0)