Befor generating
This commit is contained in:
+39
@@ -0,0 +1,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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user