blob: 71fa5cb07448f06b89863383ac0a517f1078788f [file] [log] [blame]
Kaido Kertf585e262020-06-08 11:42:28 -07001{
2 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
3 "dependencies": {
4 "glob": "^7.1.1",
5 "json-parse-better-errors": "^1.0.1",
6 "normalize-package-data": "^2.0.0",
7 "slash": "^1.0.0"
8 },
9 "description": "The thing npm uses to read package.json files with semantics and defaults and validation",
10 "devDependencies": {
11 "standard": "^11.0.0",
12 "standard-version": "^4.3.0",
13 "tap": "^11.1.2"
14 },
15 "files": [
16 "read-json.js"
17 ],
18 "license": "ISC",
19 "main": "read-json.js",
20 "name": "read-package-json",
21 "optionalDependencies": {
22 "graceful-fs": "^4.1.2"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/npm/read-package-json.git"
27 },
28 "scripts": {
29 "postrelease": "npm publish && git push --follow-tags",
30 "prerelease": "npm t",
31 "pretest": "standard",
32 "release": "standard-version -s",
33 "test": "tap --nyc-arg=--all --coverage test/*.js"
34 },
35 "version": "2.1.0"
36}