-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.33 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.33 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
49
50
51
52
53
54
55
56
57
{
"name": "stratokit",
"version": "0.1.0",
"description": "Highly modular modern framework for NodeJS applications",
"repository": {
"type": "git",
"url": "ssh://git@github.com/StratoKit/stratokit.git"
},
"main": "dist/index.js",
"files": [
"config.js",
"dist"
],
"scripts": {
"start": "nps",
"build": "nps build",
"test": "nps test"
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"<rootDir>/dist/",
"<rootDir>/node_modules/",
"_helpers.js"
]
},
"devDependencies": {
"@babel/cli": "latest",
"babel-eslint": "10.0.2",
"debug": "4.1.1",
"eslint": "5.16.0",
"eslint-config-xo": "0.26.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jest": "22.6.4",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-unicorn": "9.1.0",
"expect": "24.8.0",
"jest": "24.8.0",
"lodash": "4.17.20",
"nps-utils": "1.7.0"
},
"peerDependencies": {
"lodash": "^4.17.10"
},
"dependencies": {
"@babel/core": "7.4.5",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/preset-env": "7.4.5",
"@babel/register": "latest",
"core-js": "3",
"electrode-confippet": "1.5.0",
"fs-extra": "8.0.1",
"js-yaml": "3.13.1",
"prop-types": "15.7.2"
}
}