38 lines
878 B
JSON
38 lines
878 B
JSON
{
|
|
"name": "@pushrocks/smartyaml",
|
|
"version": "2.0.2",
|
|
"private": false,
|
|
"description": "handle yaml in smart ways",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartyaml.git"
|
|
},
|
|
"keywords": [
|
|
"yaml",
|
|
"lossless"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartyaml/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/smartyaml#README",
|
|
"dependencies": {
|
|
"@types/js-yaml": "^3.11.2",
|
|
"js-yaml": "^3.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
"@gitzone/tsrun": "^1.1.12",
|
|
"@gitzone/tstest": "^1.0.15",
|
|
"@pushrocks/tapbundle": "^3.0.5",
|
|
"@types/node": "^10.9.2"
|
|
}
|
|
}
|