UNPKG

gherkin

Version:
45 lines (44 loc) 1.16 kB
export declare const name: string; export declare const version: string; export declare const description: string; export declare const main: string; export declare const types: string; export declare const bin: { "gherkin-javascript": string; }; export declare const scripts: { "test": string; "lint": string; "lint-fix": string; "coverage": string; "build": string; "prepublishOnly": string; }; export declare const repository: { "type": string; "url": string; }; export declare const keywords: string[]; export declare const author: string; export declare const license: string; export declare namespace bugs { export const url: string; } export declare const homepage: string; export declare const devDependencies: { "@types/mocha": string; "@types/node": string; "mocha": string; "nyc": string; "prettier": string; "ts-node": string; "tslint": string; "tslint-config-prettier": string; "tslint-plugin-prettier": string; "typescript": string; }; export declare const dependencies: { "commander": string; "cucumber-messages": string; "source-map-support": string; };