forked from redhat-developer/yaml-ast-parser
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 858 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@redocly/yaml-language-server-parser",
"version": "0.3.0",
"main": "dist/src/index.js",
"scripts": {
"build": "rm -rf 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": "^4.0.5"
}
}