14 lines
233 B
JSON
14 lines
233 B
JSON
|
{
|
||
|
"name": "tests",
|
||
|
"description": "A unit test library",
|
||
|
"files": [
|
||
|
"README.md",
|
||
|
"tests.ts"
|
||
|
],
|
||
|
"testFiles": [
|
||
|
],
|
||
|
"public": true,
|
||
|
"dependencies": {
|
||
|
"core": "file:../core"
|
||
|
}
|
||
|
}
|