-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 812 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 812 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
28
29
30
31
32
33
34
35
36
{
"name": "myapp",
"version": "1.38.0",
"description": "Test webpage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"Test build\"",
"changelog:public": "node ./public-changelog.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrarnolds/test.git"
},
"author": "Attribute",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrarnolds/test/issues"
},
"homepage": "https://github.com/mrarnolds/test#readme",
"devDependencies": {
"@changesets/cli": "^2.29.4",
"auto": "^11.3.0",
"axios": "^1.9.0",
"minimist-lite": "^2.3.0",
"shelljs": "^0.10.0"
},
"auto": {
"plugins": [
"npm"
]
},
"dependencies": {
"release-please": "^17.0.0"
}
}