{ "name": "@push.rocks/smartyaml", "version": "3.0.1", "private": false, "description": "A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartyaml.git" }, "keywords": [ "YAML", "JavaScript", "data serialization", "conversion", "js-yaml", "TypeScript", "nodejs", "parsing", "stringify" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartyaml/issues" }, "homepage": "https://gitlab.com/pushrocks/smartyaml#README", "dependencies": { "@types/js-yaml": "^4.0.5", "js-yaml": "^4.1.0" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.61", "@gitzone/tsrun": "^1.2.32", "@gitzone/tstest": "^1.0.71", "@pushrocks/tapbundle": "^5.0.3", "@types/node": "^17.0.35" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }