noogle/tests/package.json
Johannes Kirschbauer d9f579cf44
Feature/monorepo (#24)
* refactor to include all necessary dependencies directly here

* move indexer into monorepo

* add snapshot tests and seperate sub.project for builtin types

* add more missing builtins such as fromTOML
2023-02-25 13:14:40 +01:00

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"
}
}