UNPKG

1.02 kBJSONView Raw
1{
2 "name": "skip-ci",
3 "version": "1.0.6",
4 "description": "✨ Automatically detect [skip ci] messages (and the like) in your last commit 🎉",
5 "main": "index.js",
6 "bin": {
7 "skip-ci": "cli.js"
8 },
9 "files": [
10 "index.js",
11 "cli.js"
12 ],
13 "homepage": "https://github.com/JaneJeon/dev/tree/master/packages/skip-ci",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/JaneJeon/dev.git",
17 "directory": "packages/skip-ci"
18 },
19 "author": "Jane Jeon <git@janejeon.com>",
20 "license": "LGPL-3.0",
21 "engines": {
22 "node": ">=14"
23 },
24 "scripts": {
25 "pretest": "git submodule update --init --recursive",
26 "test": "./test.sh"
27 },
28 "keywords": [
29 "git",
30 "skip",
31 "CI",
32 "continuous",
33 "integration",
34 "CircleCI",
35 "GitLab",
36 "Travis",
37 "Azure",
38 "Pipelines",
39 "agile",
40 "Jenkins",
41 "cli",
42 "test",
43 "detect",
44 "hooks",
45 "githooks",
46 "commit",
47 "message"
48 ],
49 "gitHead": "18db50afcba39af37d3d5f4fbba8f8db9b599841"
50}