optimize implementation
[liba.git] / javascript / package.json
blob70ac904ba7a5e7f3a685de9bfe291a54772d272e
2   "name": "@tqfx/liba",
3   "version": "0.1.8",
4   "description": "An algorithm library based on C/C++ language.",
5   "main": "liba.js",
6   "types": "liba.d.ts",
7   "repository": {
8     "type": "git",
9     "url": "git+https://github.com/tqfx/liba.git"
10   },
11   "keywords": [
12     "algorithm",
13     "math"
14   ],
15   "scripts": {},
16   "author": "tqfx",
17   "license": "MPL-2.0",
18   "bugs": {
19     "url": "https://github.com/tqfx/liba/issues"
20   },
21   "homepage": "https://github.com/tqfx/liba#readme",
22   "files": [
23     "liba.d.ts",
24     "liba.js",
25     "liba.wasm"
26   ]