docs: add quixzoom-auth-core product to AAMOS
- Product documentation in docs/products/ - Updated MEMORY.md with product info - quiXzoom Auth Core as AAMOS Identity product
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"name": "onnxruntime-common",
|
||||
"version": "1.27.0",
|
||||
"repository": {
|
||||
"url": "https://github.com/Microsoft/onnxruntime.git",
|
||||
"type": "git"
|
||||
},
|
||||
"author": "fs-eire",
|
||||
"scripts": {
|
||||
"build:cjs": "tsc --module commonjs --moduleResolution node10 --outDir ./dist/cjs",
|
||||
"build:esm": "tsc",
|
||||
"build:bundles": "webpack",
|
||||
"build": "node ./build.js",
|
||||
"prepare": "npm run build",
|
||||
"pretest": "tsc --build ./test",
|
||||
"test": "mocha \"./test/**/*.js\" --timeout 30000",
|
||||
"test:f16": "mocha -n js-float16array \"./test/**/*.js\" --timeout 30000"
|
||||
},
|
||||
"devDependencies": {
|
||||
"globby": "^15.0.0",
|
||||
"typedoc": "^0.28.0",
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"main": "dist/cjs/index.js",
|
||||
"exports": {
|
||||
"require": "./dist/cjs/index.js",
|
||||
"import": "./dist/esm/index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"ONNX",
|
||||
"ONNXRuntime",
|
||||
"ONNX Runtime"
|
||||
],
|
||||
"description": "ONNXRuntime JavaScript API library"
|
||||
}
|
||||
Reference in New Issue
Block a user