You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.2 KiB
JSON

{
"name": "nix-in-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tape tests/**/* | tap-difflet",
"eval": "DEBUG_NIX=1 node run.js"
},
"repository": {
"type": "git",
"url": "https://git.cryto.net/joepie91/nix-in-node.git"
},
"keywords": [],
"author": "",
"license": "WTFPL OR CC0-1.0",
"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",
"tap-difflet": "^0.7.2",
"tape": "^5.5.0",
"tree-sitter-javascript": "^0.19.0",
"tree-sitter-nix": "cstrahan/tree-sitter-nix"
},
"devDependencies": {
"@joepie91/eslint-config": "^1.1.0",
"eslint": "^8.8.0",
"tape-catch": "^1.0.6"
}
}