{ "name": "@pushrocks/smartyaml", "version": "3.0.0", "private": false, "description": "handle yaml in smart ways", "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", "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": "^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" ] }