anny.lapack
Version:
This is a partial port from CLAPACK
32 lines (31 loc) • 808 B
JSON
{
"name": "anny.lapack",
"author": "Anton Nagornyi",
"version": "0.1.4",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/anton-nagornyi/lapack.git"
},
"dependencies": {},
"keywords": ["lapack", "blas", "ts", "typescript"],
"scripts": {
"build": "./node_modules/.bin/rollup -c",
"test": "jest"
},
"license": "MIT",
"files": ["index.js","index.d.ts", "README.md", "LICENSE"],
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/node": "^14.0.27",
"jest": "^26.4.0",
"rollup": "^2.26.3",
"rollup-plugin-dts": "^1.4.10",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-typescript2": "^0.27.2",
"ts-jest": "^26.2.0",
"ts-node": "^8.10.2",
"typescript": "^3.7.5"
}
}