forked from yndx-shri-reviewer/shri-2020-task-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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": "package",
"version": "1.0.0",
"description": "linter for bem blocks",
"main": "index.js",
"scripts": {
"build": "npx webpack --config webpack.config.js",
"test": "mocha --require @babel/register '.tests/**/*.spec.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vito2005/shri-2020-task-2.git"
},
"keywords": [
"shri2020-2"
],
"author": "alexbuki",
"license": "ISC",
"bugs": {
"url": "https://github.com/vito2005/shri-2020-task-2/issues"
},
"homepage": "https://github.com/vito2005/shri-2020-task-2#readme",
"devDependencies": {
"@babel/cli": "^7.8.0",
"@babel/core": "^7.8.0",
"@babel/node": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"@babel/register": "^7.8.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"json-to-ast": "^2.1.0",
"mocha": "^7.0.0",
"nodemon": "^2.0.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {}
}