UNPKG

package-yaml

Version:

Reversible YAML parsing for package.json

46 lines (45 loc) 1.21 kB
{ "name": "package-yaml", "version": "1.0.0", "description": "Reversible YAML parsing for package.json", "author": "Danielle Church <dani.church@gmail.com>", "license": "MIT", "keywords": [ "package.json", "package.yaml", "package.yml", "yaml" ], "main": "index.js", "scripts": { "build": "tsc", "watch": "tsc --watch", "prepare": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/dmchurch/package-yaml.git" }, "bugs": { "url": "https://github.com/dmchurch/package-yaml/issues" }, "homepage": "https://github.com/dmchurch/package-yaml#readme", "dependencies": { "deep-diff": "^1.0.2", "npm-autoloader": "^1.0.0", "npmlog": "^4.1.2", "osenv": "^0.1.5", "pkg-dir": "^4.2.0", "reflect-metadata": "^0.1.13", "yaml": "^1.7.0" }, "devDependencies": { "@types/deep-diff": "^1.0.0", "@types/node": "^12.7.8", "@types/npmlog": "^4.1.2", "@types/osenv": "^0.1.0", "@types/yaml": "^1.0.2", "typescript": "^3.6.3" }, "types": "index.d.ts" }