yamlify-object
Version:
Stringify object/array with yaml syntax
56 lines (55 loc) • 1.31 kB
JSON
{
"name": "yamlify-object",
"version": "2.0.0",
"description": "Stringify object/array with yaml syntax",
"main": "./dist/yamlify-object.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"@types/jest": "^28.1.8",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "^8.23.0",
"jest": "^28.0.0",
"ts-jest": "^28.0.8",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"scripts": {
"build": "webpack",
"prepublish": "npm run lint && npm test && webpack",
"lint": "eslint ./src",
"lint-fix": "eslint ./src --fix",
"test": "jest test"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeny-dementev/yamlify-object.git"
},
"files": [
"dist"
],
"keywords": [
"formatter",
"console",
"log",
"yaml",
"beauty",
"stringify",
"yamlify"
],
"author": {
"name": "Eugeny Dementev",
"url": "http://github.com/eugeny-dementev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/eugeny-dementev/yamlify-object/issues"
},
"homepage": "https://github.com/eugeny-dementev/yamlify-object"
}