mirror of
https://github.com/nix-community/noogle.git
synced 2024-12-02 06:24:05 +03:00
16 lines
277 B
JSON
16 lines
277 B
JSON
|
{
|
||
|
"name": "tests",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"module": "index.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"jest": "^29.4.3"
|
||
|
}
|
||
|
}
|