30 lines
780 B
JSON
30 lines
780 B
JSON
{
|
|
"name": "@janhq/model-extension",
|
|
"version": "1.0.25",
|
|
"description": "Model Management Extension provides model exploration and seamless downloads",
|
|
"main": "dist/index.js",
|
|
"module": "dist/module.js",
|
|
"author": "Jan <service@jan.ai>",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"build": "tsc -b . && webpack --config webpack.config.js",
|
|
"build:publish": "rimraf *.tgz --glob && npm run build && npm pack && cpx *.tgz ../../pre-install"
|
|
},
|
|
"devDependencies": {
|
|
"cpx": "^1.5.0",
|
|
"rimraf": "^3.0.2",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4",
|
|
"ts-loader": "^9.5.0"
|
|
},
|
|
"files": [
|
|
"dist/*",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"dependencies": {
|
|
"@janhq/core": "file:../../core",
|
|
"path-browserify": "^1.0.1"
|
|
}
|
|
}
|