generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 900 Bytes
/
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
{
"name": "@sap-ux/learn-github-actions",
"version": "0.0.1",
"description": "Learn GitHub Actions",
"private": true,
"scripts": {
"build": "pnpm recursive run build",
"format": "pnpm recursive run format",
"lint": "pnpm recursive run lint",
"lint:fix": "pnpm recursive run lint:fix",
"test": "pnpm recursive run test",
"ci:version": "changeset version && pnpm install --lockfile-only",
"ci:publish": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kranthie-sap/learn-github-actions.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kranthie-sap/learn-github-actions/issues"
},
"homepage": "https://github.com/kranthie-sap/learn-github-actions#readme",
"devDependencies": {
"@changesets/cli": "2.17.0",
"@types/node": "16.3.0",
"typescript": "4.3.5"
}
}