-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 845 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 845 Bytes
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
{
"name": "tarot",
"version": "1.0.3",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest /test --coverage",
"run": "node index.js",
"start": "web-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/levifry/tarot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/levifry/tarot/issues"
},
"homepage": "https://github.com/levifry/tarot#readme",
"dependencies": {
"@babel/preset-env": "^7.17.10",
"babel-jest": "^28.1.0",
"jsdom": "^19.0.0",
"live-server": "^1.2.2",
"node-fetch": "^3.2.4",
"nodemon": "^2.0.16",
"webpack-dev-server": "^4.9.0"
},
"devDependencies": {
"@web/dev-server": "^0.1.31",
"jest-environment-jsdom": "^28.1.0",
"webpack-cli": "^4.9.2"
}
}