-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 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
{
"name": "jscs-preset-seegno",
"version": "1.0.0",
"description": "Seegno-flavored JSCS preset",
"main": "src/presets/seegno.json",
"options": {
"mocha": "--recursive --require should test"
},
"scripts": {
"changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,4ba' -e 'P;D' CHANGELOG.md",
"lint": "jscs . -c ./src/presets/seegno.json",
"test": "mocha $npm_package_options_mocha",
"version": "npm run changelog --future-release=$npm_package_version && git add -A CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/seegno/jscs-preset-seegno.git"
},
"keywords": [
"jscs",
"lint",
"preset"
],
"author": "Seegno",
"license": "MIT",
"bugs": {
"url": "https://github.com/seegno/jscs-preset-seegno/issues"
},
"homepage": "https://github.com/seegno/jscs-preset-seegno#readme",
"dependencies": {
"lodash.get": "^4.1.2",
"sql-parse": "^0.1.5"
},
"devDependencies": {
"jscs": "^3.0.7",
"lodash.omit": "^4.3.0",
"mocha": "^2.3.3",
"should": "^9.0.2",
"sql-tag": "^0.0.1"
},
"engines": {
"node": ">=4"
}
}