-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 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
{
"name": "continuouseffectssandbox",
"version": "1.0.0",
"description": "Create Magic: the Gathering cards, add abilities to them, and then see how they interact with each other on the battlefield.",
"directories": {
"example": "examples"
},
"dependencies": {
"ts-loader": "^3.1.1"
},
"devDependencies": {
"@types/chai": "^4.0.5",
"@types/mocha": "^2.2.44",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"mocha-typescript": "^1.1.12",
"nyc": "^11.3.0",
"source-map-support": "^0.5.0",
"typescript": "^2.6.1"
},
"scripts": {
"pretest": "webpack --config testing.config.js",
"test": "mocha bundles/testbundle.js",
"watch": "mocha-typescript-watch",
"start": "webpack",
"prepare": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Soothsilver/ContinuousEffectsSandbox.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Soothsilver/ContinuousEffectsSandbox/issues"
},
"homepage": "https://github.com/Soothsilver/ContinuousEffectsSandbox#readme"
}