4 Star 18 Fork 1

Hans / infers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
Hans 提交于 2022-01-13 13:33 . 更新说明文档链接
{
"name": "infers",
"version": "1.4.0",
"description": "Machine learning and Matrix operation library by TypeScript.",
"main": "./lib/index.js",
"keywords": [
"infers",
"machine-learning",
"neural-network",
"matrix",
"math"
],
"files": [
"lib"
],
"scripts": {
"watch": "tsc -w",
"build": "tsc --project tsconfig.pro.json",
"get-registry": "npm get registry",
"login": "npm login",
"pub": "npm publish",
"n-registry": "npm config set registry https://registry.npmjs.org",
"t-registry": "npm config set registry https://registry.npm.taobao.org",
"doc": "typedoc --options ./typedoc.json",
"test": "jest",
"esbuild": "esbuild src/index.ts --bundle --outfile=docs/infers.esm.js --format=esm --minify",
"serve": "serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ounana/infers.git"
},
"author": "Hans",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.20",
"esbuild": "^0.11.10",
"jest": "^26.6.3",
"ts-jest": "^26.5.3",
"typedoc": "^0.20.35",
"typescript": "^4.2.3"
}
}
TypeScript
1
https://gitee.com/hans_s/infers.git
git@gitee.com:hans_s/infers.git
hans_s
infers
infers
main

搜索帮助