summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/actions/node12/node_modules/deprecation/package.json
blob: a45fd513b471216ab72a82710b35600c60e76f21 (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
{
  "name": "deprecation",
  "description": "Log a deprecation message with stack",
  "version": "2.3.1",
  "license": "ISC",
  "files": [
    "dist-*/",
    "bin/"
  ],
  "esnext": "dist-src/index.js",
  "main": "dist-node/index.js",
  "module": "dist-web/index.js",
  "types": "dist-types/index.d.ts",
  "pika": true,
  "sideEffects": false,
  "keywords": [
    "deprecate",
    "deprecated",
    "deprecation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gr2m/deprecation.git"
  },
  "dependencies": {},
  "devDependencies": {
    "@pika/pack": "^0.3.7",
    "@pika/plugin-build-node": "^0.4.0",
    "@pika/plugin-build-types": "^0.4.0",
    "@pika/plugin-build-web": "^0.4.0",
    "@pika/plugin-standard-pkg": "^0.4.0",
    "semantic-release": "^15.13.3"
  }
}