-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"name": "@gitopssh/hello-world",
"version": "1.0.0",
"description": "hello-world",
"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": "exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gitopssh/hello-world.git"
},
"author": "Muhammad Rendra",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitopssh/hello-world/issues"
},
"homepage": "https://github.com/gitopssh/hello-world#readme",
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^20.1.3",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"clean-package": "^2.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.40.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"rollup": "^3.21.6",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"semantic-release": "^21.0.2",
"typescript": "^5.0.4"
}
}