-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 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
46
47
48
49
50
51
52
53
54
{
"name": "@nodewell/assets",
"version": "0.0.0-development",
"description": "The official assets of @nodewell.",
"author": "Richard King <richrdkng@gmail.com> (www.richrdkng.com)",
"license": "(ISC OR CC-BY-4.0)",
"homepage": "https://github.com/nodewell/assets#readme",
"repository": {
"type": "git",
"url": "https://github.com/nodewell/assets.git"
},
"bugs": {
"url": "https://github.com/nodewell/assets/issues"
},
"scripts": {
"lint": "standard --verbose | snazzy",
"lint:fix": "standard --fix",
"build": "npm run gulp -- build",
"gulp": "gulp --gulpfile scripts/index.js",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"commitizen": "^4.0.4",
"cz-conventional-changelog": "^3.1.0",
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-imagemin": "^7.1.0",
"imagemin-pngquant": "^8.0.0",
"semantic-release": "^17.0.6",
"snazzy": "^8.0.0",
"standard": "^14.3.3"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"nodewell",
"asset",
"assets",
"brand",
"icon",
"icons",
"logo",
"logos"
]
}