-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 731 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 731 Bytes
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
{
"name": "actomatic",
"version": "1.0.0",
"description": "A production-ready GitHub Actions template repo to streamline CI/CD across AI, frontend, backend, and DevOps deployments.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MuhammadTahaNasir/actomatic.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MuhammadTahaNasir/actomatic/issues"
},
"homepage": "https://github.com/MuhammadTahaNasir/actomatic#readme",
"devDependencies": {
"eslint": "^9.30.1",
"prettier": "^3.6.2"
}
}