-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.46 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
{
"name": "@opbi/ncm-preset-package",
"description": "the config preset for [package] used by ncm",
"keywords": "standard, preset, ncm, config, template",
"repository": "[email protected]:opbi/ncm-preset-package.git",
"author": "OPBI <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/prompt-cli": "^17.1.2",
"babel-jest": "^29.0.3",
"babel-plugin-module-resolver": "^4.1.0",
"coveralls": "^3.1.1",
"documentation": "^14.0.0",
"eslint": "^8.24.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-jsdoc": "^9.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-prettier": "^4.2.1",
"eslint_d": "^12.2.0",
"gh-pages": "^4.0.0",
"husky": "^8.0.1",
"jest": "^29.0.3",
"prettier": "^2.7.1",
"semantic-release": "^19.0.5",
"typescript": "^4.8.3"
},
"engines": {
"node": ">=14"
},
"main": "dist/index.js",
"optionalDependencies": {}
}