-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
31 lines (31 loc) · 892 Bytes
/
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
{
"name": "sessions",
"version": "1.0.0",
"description": "Training sessions multidots",
"main": "index.js",
"scripts": {
"start": "node ./scripts/start.js",
"test": "jest",
"test:01": "jest sessions/class-01 --watchAll",
"test:02": "jest sessions/class-02 --watchAll",
"test:03": "jest sessions/class-03 --watchAll",
"test:04": "jest sessions/class-04 --watchAll"
},
"author": "Swashata Ghosh",
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@types/jest": "^23.3.12",
"@wpquark/eslint-config": "^3.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"browser-sync": "^2.26.3",
"eslint": "^5.12.0",
"jest": "^23.6.0",
"prettier": "^1.15.3"
}
}