UNPKG

yandex-market-language

Version:

Your own Yandex Market Language (YML) generator, with blackjack and validation

61 lines (60 loc) 1.45 kB
{ "name": "yandex-market-language", "version": "0.5.0", "description": "Your own Yandex Market Language (YML) generator, with blackjack and validation", "homepage": "https://github.com/LotusTM/yandex-market-language", "author": "Serj Lavrin (https://github.com/ArmorDarks)", "repository": { "type": "git", "url": "https://github.com/LotusTM/yandex-market-language.git" }, "bugs": { "url": "https://github.com/LotusTM/yandex-market-language/issues" }, "license": "Apache-2.0", "keywords": [ "yandex", "яндекс", "market", "маркет", "language", "yandex market", "яндекс маркет", "yandex market language", "json", "generator", "validator" ], "main": "./lib/yml.js", "dependencies": { "moment": "2.30.1", "tcomb": "3.2.29", "xmlbuilder": "9.0.4" }, "devDependencies": { "jest": "29.7.0", "snazzy": "9.0.0", "standard": "17.1.2" }, "engines": { "node": ">=6.0.0" }, "scripts": { "lint": "standard | snazzy", "test:watch": "jest --watch", "test": "npm run lint && jest", "prepublishOnly": "npm test" }, "jest": { "testEnvironment": "node", "testPathIgnorePatterns": [ "/.git/", "/node_modules/" ], "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js)?$", "snapshotFormat": { "escapeString": true, "printBasicPrototype": true } } }