UNPKG

1.02 kBJSONView Raw
1{
2 "name": "yaml-ast-parser",
3 "version": "0.0.43",
4 "main": "dist/src/index.js",
5 "scripts": {
6 "build": "rimraf dist && tsc",
7 "pullall": "dev-env-installer pullall",
8 "buildall": "dev-env-installer buildall",
9 "testall": "dev-env-installer testall",
10 "devInstall": "dev-env-installer install",
11 "test": "npm run build && mocha --ui tdd dist/test"
12 },
13 "dependencies": {},
14 "typings": "dist/src/index.d.ts",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/mulesoft-labs/yaml-ast-parser.git"
18 },
19 "keywords": [
20 "raml",
21 "ast",
22 "yaml"
23 ],
24 "homepage": "https://github.com/mulesoft-labs/yaml-ast-parser",
25 "license": "Apache-2.0",
26 "bugs": {
27 "url": "https://github.com/mulesoft-labs/yaml-ast-parser/issues"
28 },
29 "devDependencies": {
30 "@types/chai": "4.0.1",
31 "@types/mocha": "2.2.41",
32 "@types/node": "4.2.20",
33 "chai": "4.0.2",
34 "dev-env-installer": "0.0.14",
35 "mocha": "3.4.2",
36 "rimraf": "*",
37 "typescript": "3.0.1"
38 }
39}