summaryrefslogtreecommitdiff
path: root/node_modules/flora-colossus/package.json
blob: 7ae6bdc870d05855385681a7536f464d9f3c9d05 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "flora-colossus",
  "version": "1.0.1",
  "description": "Walks your node_modules tree",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "pretest": "cd test/fixtures/xml2js && yarn --frozen-lockfile",
    "test": "mocha --require ts-node/register test/*_spec.ts"
  },
  "keywords": [
    "prune",
    "production"
  ],
  "author": "Samuel Attard",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/debug": "^0.0.31",
    "@types/fs-extra": "^5.0.4",
    "@types/mocha": "^5.2.5",
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "sane": "^2.5.0",
    "ts-node": "^7.0.1",
    "typescript": "^3.2.2"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "fs-extra": "^7.0.0"
  },
  "engines": {
    "node": ">= 6.0.0"
  }
}