forked from mulesoft-labs/yaml-ast-parser
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1016 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
36
37
38
39
{
"name": "yaml-ast-parser",
"version": "0.0.43",
"main": "dist/src/index.js",
"scripts": {
"build": "rimraf dist && tsc",
"pullall": "dev-env-installer pullall",
"buildall": "dev-env-installer buildall",
"testall": "dev-env-installer testall",
"devInstall": "dev-env-installer install",
"test": "npm run build && mocha --ui tdd dist/test"
},
"dependencies": {},
"typings": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mulesoft-labs/yaml-ast-parser.git"
},
"keywords": [
"raml",
"ast",
"yaml"
],
"homepage": "https://github.com/mulesoft-labs/yaml-ast-parser",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mulesoft-labs/yaml-ast-parser/issues"
},
"devDependencies": {
"@types/chai": "4.0.1",
"@types/mocha": "2.2.41",
"@types/node": "4.2.20",
"chai": "4.0.2",
"dev-env-installer": "0.0.14",
"mocha": "3.4.2",
"rimraf": "*",
"typescript": "3.0.1"
}
}