-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.42 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.42 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
{
"name": "@0devs/package",
"version": "0.18.1",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags"
},
"bin": {
"ts-dev-init": "./bin/ts-dev-init.js",
"js-dev-init": "./bin/ts-dev-init.js",
"ts-dev-update-deps": "./bin/ts-dev-update-deps.js",
"js-dev-update-deps": "./bin/js-dev-update-deps.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0devs/node-package.git"
},
"author": "alekzonder <alekzonder@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/0devs/node-package/issues"
},
"homepage": "https://github.com/0devs/node-package#readme",
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.3.0",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-lodash": "^7.1.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.5.0",
"jest": "^25.3.0",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3"
}
}