starcoder.js
Version:
Web browser version of StarCoder.cpp
37 lines (36 loc) • 889 B
JSON
{
"name": "starcoder.js",
"version": "1.0.1",
"description": "Web browser version of StarCoder.cpp",
"type": "module",
"main": "dist/starcoder.js",
"scripts": {
"build": "webpack"
},
"keywords": [
"AI",
"ML",
"EdgeAI",
"LLM"
],
"repository": {
"type": "git",
"url": "https://github.com/rahuldshetty/starcoder.js"
},
"author": "Rahul D Shetty",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.9",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"files": [
"src",
"dist",
"README.md"
]
}