UNPKG

1.35 kBJSONView Raw
1{
2 "name": "@zkochan/cmd-shim",
3 "version": "5.2.1",
4 "description": "Used in pnpm for command line application support",
5 "author": {
6 "name": "Zoltan Kochan",
7 "email": "zoltan.kochan@gmail.com",
8 "url": "http://kochan.io"
9 },
10 "files": [
11 "index.d.ts",
12 "index.d.ts.map",
13 "index.js",
14 "index.js.map"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/pnpm/cmd-shim.git"
19 },
20 "license": "BSD-2-Clause",
21 "dependencies": {
22 "cmd-extension": "^1.0.1",
23 "is-windows": "^1.0.2"
24 },
25 "devDependencies": {
26 "@types/is-windows": "^1.0.0",
27 "@types/jest": "^26.0.20",
28 "@types/node": "^14.14.20",
29 "jest": "^26.6.3",
30 "memfs": "^3.2.0",
31 "mock-fs": "^4.13.0",
32 "mos": "^1.3.1",
33 "mos-plugin-readme": "^1.0.4",
34 "standard": "^14.3.4",
35 "typescript": "^4.1.3"
36 },
37 "engines": {
38 "node": ">=10.13"
39 },
40 "mos": {
41 "plugins": [
42 "readme"
43 ]
44 },
45 "standard": {
46 "env": {
47 "jest": true
48 }
49 },
50 "jest": {
51 "testEnvironment": "node"
52 },
53 "scripts": {
54 "clean": "tsc --build --clean",
55 "build": "tsc --build --verbose --listEmittedFiles",
56 "pretest:unit": "tsc --build test --verbose --listEmittedFiles",
57 "test:unit": "jest",
58 "test": "pnpm run build && standard && pnpm run test:unit && mos test",
59 "md": "mos"
60 }
61}
\No newline at end of file