-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.55 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
{
"name": "@ideal-postcodes/capitalise-post-town-bundled",
"version": "1.0.2",
"description": "JS bundles for api.ideal-postcodes.co.uk clients",
"author": {
"name": "Ideal Postcodes",
"email": "support@ideal-postcodes.co.uk",
"url": "https://ideal-postcodes.co.uk"
},
"bugs": {
"url": "https://github.com/ideal-postcodes/capitalise-post-town-bundled/issues",
"email": "support@ideal-postcodes.co.uk"
},
"homepage": "https://github.com/ideal-postcodes/capitalise-post-town-bundled",
"repository": {
"type": "git",
"url": "https://github.com/ideal-postcodes/capitalise-post-town-bundled.git"
},
"scripts": {
"semantic-release": "semantic-release --no-ci",
"start": "http-server",
"build": "rollup -c",
"test": "npm run build",
"prepublishOnly": "npm run build"
},
"main": "dist/umd.min.js",
"module": "dist/esm.min.js",
"files": [
"dist"
],
"prettier": {
"trailingComma": "es5"
},
"engines": {
"node": ">=12.0"
},
"keywords": [
"Capitalise",
"UK",
"Post Town",
"Ideal Postcodes",
"Browser"
],
"release": {
"extends": "@cablanchard/semantic-release/dist/npm"
},
"license": "MIT",
"devDependencies": {
"@cablanchard/semantic-release": "~1.3.0",
"@rollup/plugin-commonjs": "~21.0.0",
"@rollup/plugin-node-resolve": "~13.1.1",
"capitalise-post-town": "~3.0.1",
"http-server": "~14.0.0",
"prettier": "~2.6.0",
"rollup": "~2.77.2",
"rollup-plugin-terser": "~7.0.2",
"semantic-release": "~19.0.3"
},
"dependencies": {}
}