UNPKG

yaml-language-server-parser

Version:

This is a maintained fork of YAML-AST-PARSER specifically for the YAML Language server.

36 lines (35 loc) 848 B
{ "name": "yaml-language-server-parser", "version": "0.1.3", "main": "dist/src/index.js", "scripts": { "build": "rimraf dist && tsc", "test": "npm run build && mocha --ui tdd dist/test", "watch": "tsc --watch" }, "dependencies": {}, "typings": "dist/src/index.d.ts", "repository": { "type": "git", "url": "https://github.com/redhat-developer/yaml-ast-parser.git" }, "keywords": [ "raml", "ast", "yaml" ], "homepage": "https://github.com/redhat-developer/yaml-ast-parser", "license": "Apache-2.0", "bugs": { "url": "https://github.com/redhat-developer/yaml-ast-parser/issues" }, "devDependencies": { "@types/chai": "4.2.12", "@types/mocha": "8.0.2", "@types/node": "4.2.20", "chai": "4.2.0", "mocha": "8.1.1", "rimraf": "*", "typescript": "3.0.1" } }