{ "name": "nix-in-node", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@git.cryto.net:joepie91/nix-in-node.git" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@babel/core": "^7.15.5", "@babel/generator": "^7.15.4", "@babel/template": "^7.15.4", "@babel/traverse": "^7.15.4", "@babel/types": "^7.15.6", "@joepie91/unreachable": "^1.0.0", "as-expression": "^1.0.0", "assure-array": "^1.0.0", "chalk": "^4.1.2", "concat-arrays": "^2.0.0", "default-value": "^1.0.0", "estree-walker": "^2", "find-last": "^1.0.0", "fix-esm": "^1.0.1", "is-plain-obj": "^4.0.0", "map-obj": "^5.0.0", "match-value": "^1.1.0", "split-filter": "^1.1.3", "tree-sitter-javascript": "^0.19.0", "tree-sitter-nix": "cstrahan/tree-sitter-nix" }, "devDependencies": { "@joepie91/eslint-config": "^1.1.0", "eslint": "^8.8.0" } }