-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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": "@ponbike/ponstandard",
"description": "DEPRECATED: This is no longer supported, please consider using `@pondevelopment/ponstandard` instead.",
"version": "0.4.4",
"deprecated": "This is no longer supported, please consider using `@pondevelopment/ponstandard` instead.",
"author": {
"name": "Pieter Wigboldus",
"email": "[email protected]",
"url": "https://pon.bike/"
},
"bin": "./bin/cmd.js",
"bugs": {
"url": "https://github.com/ponbike/ponstandard/issues"
},
"type": "module",
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-import-assertions": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"babel-plugin-search-and-replace": "^1.1.0",
"babel-plugin-transform-import-meta": "^2.1.1",
"eslint": "^7.32.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"standard": "^16.0.4",
"standard-engine": "^14.0.1"
},
"devDependencies": {
"cross-spawn": "^7.0.3",
"merge": "^2.1.1",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"run-series": "^1.1.9",
"standard": "*"
},
"engines": {
"node": "^14.14.0 || >=16.0.0"
},
"homepage": "https://github.com/ponbike/ponstandard",
"keywords": [],
"license": "GPL-3",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ponbike/ponstandard.git"
},
"scripts": {
"lint": "eslint -c ./eslintrc.json .",
"lint:fix": "eslint -c ./eslintrc.json . --fix",
"vulnerabilities": "npm audit --production"
},
"standard": {
"ignore": [
"tmp/**"
]
}
}