-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
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
{
"name": "file-versioner",
"version": "1.1.0",
"description": "Version files and Update Links in the project",
"repository": {
"type": "git",
"url": "https://github.com/MuneebStack/file-versioner.js.git"
},
"bin": {
"file-versioner": "./dist/bundle.js"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"release": "semantic-release"
},
"files": [
"dist/",
"package.json",
"README.md"
],
"keywords": [
"Versions",
"Versioner"
],
"author": "Muneeb",
"license": "MIT",
"bugs": {
"url": "https://github.com/MuneebStack/versionize.js/issues"
},
"homepage": "https://github.com/MuneebStack/versionize.js#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@types/node": "^20.13.0",
"banner-webpack-plugin": "^0.2.3",
"dotenv": "^16.4.5",
"semantic-release": "^24.1.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}