-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 916 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "primexo",
"version": "0.0.0",
"description": "Repo for deploying small helpful models with little or no dependencies. ",
"main": "io_backend.js",
"comment": "switch main field to wordpipe.js to generate dataset for pending target on server startup.",
"dependencies": {
"bootstrap": "^5.3.2"
},
"devDependencies": {
"en-words": "https://github.com/victoryosiobe/en-words"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victoryosiobe/primexo.git"
},
"keywords": [
"Low-Level-Models",
"Small-Models",
"Simple-Task-Models",
"Nlp-Models"
],
"author": "victory osiobe",
"license": "MIT",
"bugs": {
"url": "https://github.com/victoryosiobe/primexo/issues"
},
"private": false,
"homepage": "https://github.com/victoryosiobe/primexo#readme"
}