summary refs log tree commit diff
path: root/pkgs/development/tools/yarn2nix/package.json
blob: 130eee67c56064f53af12b3d77972c4203494169 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "yarn2nix",
  "version": "1.0.0",
  "description": "Convert packages.json and yarn.lock into a Nix expression that downloads all the dependencies",
  "main": "index.js",
  "repository": ".",
  "author": "Maarten Hoogendoorn <maarten@moretea.nl>",
  "license": "MIT",
  "scripts": {
    "yarn2nix": "bin/yarn2nix.js"
  },
  "bin": {
    "yarn2nix": "bin/yarn2nix.js"
  },
  "dependencies": {
    "@yarnpkg/lockfile": "^1.0.0",
    "docopt": "^0.6.2"
  }
}