15 lines
252 B
JSON
15 lines
252 B
JSON
|
{
|
||
|
"name": "matrix",
|
||
|
"description": "Matrix algebra",
|
||
|
"files": [
|
||
|
"README.md",
|
||
|
"matrix.ts"
|
||
|
],
|
||
|
"testFiles": [
|
||
|
"test.ts"
|
||
|
],
|
||
|
"public": true,
|
||
|
"dependencies": {
|
||
|
"core": "file:../core"
|
||
|
}
|
||
|
}
|