-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 824 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
32
33
34
{
"name": "elm-canvas",
"version": "1.0.0",
"description": "Creating a canvas with Elm",
"main": "index.js",
"scripts": {
"co": "cypress open",
"jest": "jest",
"test": "elm-test",
"build": "elm make src/Main.elm --output dist/index.js",
"watch": "elm reactor"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CristhianMotoche/elm-canvas.git"
},
"keywords": [
"elm",
"canvas",
"sample"
],
"author": "CristhianMotoche",
"license": "ISC",
"bugs": {
"url": "https://github.com/CristhianMotoche/elm-canvas/issues"
},
"homepage": "https://github.com/CristhianMotoche/elm-canvas#readme",
"devDependencies": {
"elm-test": "^0.19.1-revision7",
"jest": "^27.0.0",
"jest-image-snapshot": "^4.5.1",
"puppeteer": "^14.1.1"
}
}