-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
48
{
"name": "jsday1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@babel/core": "7.2.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@types/jest": "^25.1.4",
"@types/node-fetch": "^2.5.5",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"jest": "^25.1.0",
"parcel": "^1.12.4",
"prettier": "^1.19.1",
"sass": "^1.26.3",
"semistandard": "^14.2.0",
"typescript": "^3.8.3"
},
"scripts": {
"dev": "parcel src/index.html",
"test": "jest",
"test-watch": "jest --watch",
"lint": "eslint --max-warnings 0 . --ext .ts,.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fmonper1/eoi.oop.game.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fmonper1/eoi.oop.game/issues"
},
"homepage": "https://github.com/fmonper1/eoi.oop.game#readme"
}