typings-core
Version:
The logic of Typings
11 lines • 506 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PROJECT_NAME = 'typings';
exports.PRETTY_PROJECT_NAME = 'Typings';
exports.CONFIG_FILE = exports.PROJECT_NAME + ".json";
exports.DEFAULT_TYPINGS_DIR = exports.PROJECT_NAME;
exports.HOMEPAGE = 'https://github.com/typings/typings';
exports.ISSUES_HOMEPAGE = 'https://github.com/typings/typings/issues';
exports.DEPENDENCY_SEPARATOR = '~';
exports.REGISTRY_URL = 'https://api.typings.org';
//# sourceMappingURL=config.js.map