-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.2 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "smws_codes",
"version": "1.0.0",
"description": "json data file for smws codes",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elliottback/SMWS_Codes.git"
},
"private": true,
"keywords": [
"scotch",
"whisky",
"society",
"smws",
"data"
],
"author": "Elliott C. Bäck",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/elliottback/SMWS_Codes/issues"
},
"homepage": "https://github.com/elliottback/SMWS_Codes",
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/node": "^7.26.0",
"chai": "^5.1.2",
"copy-webpack-plugin": "^12.0.2",
"mocha": "^10.8.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/github",
{
"assets": [
"dist/data.json"
]
}
]
]
},
"dependencies": {
"fs": "0.0.1-security",
"lodash": "^4.17.21"
}
}