-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@mnrendra/read-package",
"version": "2.4.0",
"description": "Read the package.json file from any sub-directory in your project.",
"private": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && npx rollup -c",
"commit": "npx cz",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/mnrendra/read-package.git"
},
"author": {
"name": "Muhammad Rendra",
"email": "[email protected]",
"url": "https://github.com/mnrendra"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mnrendra/read-package/issues"
},
"homepage": "https://github.com/mnrendra/read-package#readme",
"dependencies": {
"@mnrendra/read-stacked-json": "^1.5.0",
"@mnrendra/types-package": "^1.0.0"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"clean-package": "^2.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.4.0",
"jest": "^29.7.0",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^24.0.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"keywords": [
"read",
"package",
"json",
"read-package",
"package-json"
]
}