forked from dillonkearns/elm-ts-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 887 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
{
"name": "elm-ts-json",
"version": "0.0.1",
"description": "Build up JSON Encoders/Decoders that have TypeScript type declarations.",
"devDependencies": {
"elm-review": "^2.6.1",
"elm-test": "^0.19.1-revision6",
"elm-tooling": "^1.3.0",
"elm-verify-examples": "^5.0.0",
"prettier": "^2.2.1"
},
"scripts": {
"test": "elm-test && elm-verify-examples --run-tests",
"verify-examples:watch": "elm-verify-examples --run-tests; fswatch -o src | xargs -n1 -I{} elm-verify-examples --run-tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dillonkearns/elm-ts-json.git"
},
"keywords": [
"Elm",
"TypeScript"
],
"author": "Dillon Kearns",
"license": "ISC",
"bugs": {
"url": "https://github.com/dillonkearns/elm-ts-json/issues"
},
"homepage": "https://github.com/dillonkearns/elm-ts-json#readme"
}