mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-10 18:37:55 -05:00
10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"name": "@anonklub/test",
|
|
"main": "src/index.ts",
|
|
"files": ["jest-preset.config.js", "setup.ts", "src"],
|
|
"scripts": {
|
|
"typecheck": "tsc"
|
|
},
|
|
"private": true
|
|
}
|