@pnpm/write-project-manifest
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@pnpm/write-project-manifest", | ||
"version": "2.0.3", | ||
"description": "Write a project manifest (called package.json in most cases)", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/write-project-manifest", | ||
"keywords": [ | ||
"pnpm" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/write-project-manifest#readme", | ||
"dependencies": { | ||
"@pnpm/types": "7.3.0", | ||
"json5": "^2.1.3", | ||
"write-file-atomic": "^3.0.3", | ||
"write-yaml-file": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/json5": "^2.2.0", | ||
"@types/write-file-atomic": "^3.0.1", | ||
"tempy": "^1.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
} | ||
"name": "@pnpm/write-project-manifest", | ||
"version": "2.0.4", | ||
"description": "Write a project manifest (called package.json in most cases)", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/write-project-manifest", | ||
"keywords": [ | ||
"pnpm" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/write-project-manifest#readme", | ||
"dependencies": { | ||
"@pnpm/types": "7.4.0", | ||
"json5": "^2.1.3", | ||
"write-file-atomic": "^3.0.3", | ||
"write-yaml-file": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/json5": "^2.2.0", | ||
"@types/write-file-atomic": "^3.0.1", | ||
"tempy": "^1.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5540
6
+ Added@pnpm/types@7.4.0(transitive)
- Removed@pnpm/types@7.3.0(transitive)
Updated@pnpm/types@7.4.0