UNPKG

2.68 kBTypeScriptView Raw
1export declare const name: string;
2export declare const version: string;
3export declare const description: string;
4export declare const author: string;
5export declare const contributors: {
6 "name": string;
7 "url": string;
8}[];
9export declare const main: string;
10export declare const typings: string;
11export declare namespace bin {
12 export const alsatian: string;
13}
14export declare namespace engines {
15 export const node: string;
16}
17export declare const scripts: {
18 "build": string;
19 "clean": string;
20 "publish-nightly": string;
21 "prepublishOnly": string;
22 "postpublish": string;
23 "lint": string;
24 "lint:code": string;
25 "lint:tests": string;
26 "lint:fix": string;
27 "pretest": string;
28 "test": string;
29 "unit-tests": string;
30 "check-coverage": string;
31 "build:integration-tests": string;
32 "install-self": string;
33 "integration-tests": string;
34 "expect-extension-integration-tests": string;
35 "cli-integration-tests": string;
36 "tsnode-integration-tests": string;
37 "node-integration-tests": string;
38 "debug-unit-tests": string;
39 "build-es6-tests": string;
40 "babel-integration-tests": string;
41 "typescript-integration-tests": string;
42 "selenium-integration-tests": string;
43};
44export declare const repository: {
45 "type": string;
46 "url": string;
47};
48export declare const keywords: string[];
49export declare const license: string;
50export declare namespace bugs {
51 export const url: string;
52}
53export declare const homepage: string;
54export declare const devDependencies: {
55 "@types/deep-diff": string;
56 "@types/diff": string;
57 "@types/glob": string;
58 "@types/js-yaml": string;
59 "@types/selenium-webdriver": string;
60 "babel-cli": string;
61 "babel-plugin-transform-decorators-legacy": string;
62 "babel-preset-es2015": string;
63 "dugite": string;
64 "install-self": string;
65 "mock-require": string;
66 "nyc": string;
67 "prettier": string;
68 "rimraf": string;
69 "selenium-webdriver": string;
70 "tslint": string;
71 "tslint-plugin-prettier": string;
72 "typescript": string;
73};
74export declare const dependencies: {
75 "@types/node": string;
76 "chalk": string;
77 "deep-diff": string;
78 "diff": string;
79 "extendo-error": string;
80 "glob": string;
81 "js-yaml": string;
82 "natives": string;
83 "reflect-metadata": string;
84 "tap-bark": string;
85 "ts-node": string;
86};
87export declare namespace nyc {
88 export const all: boolean;
89 export const cache: boolean;
90 export const extension: string[];
91 export const include: string[];
92 export const exclude: string[];
93 export const reporter: string[];
94}
95export declare const gitHead: string;