1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/hans_s-infers

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
hans Отправлено 13.01.2022 08:33 bfdff3c
{
"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"
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/hans_s-infers.git
git@api.gitlife.ru:oschina-mirror/hans_s-infers.git
oschina-mirror
hans_s-infers
hans_s-infers
main