-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
30 lines (30 loc) · 990 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": "list-extra",
"version": "8.0.0",
"description": "Convenience functions for working with List",
"directories": {
"test": "tests"
},
"scripts": {
"format": "elm-format --yes src tests/Tests.elm",
"test:docs": "elm make --docs=docs.json && rm docs.json",
"test:format": "elm-format --validate src tests/Tests.elm",
"test": "elm-verify-examples && elm-test-rs && npm run test:format && npm run test:docs",
"postinstall": "elm-tooling install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elm-community/list-extra.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/elm-community/list-extra/issues"
},
"homepage": "https://github.com/elm-community/list-extra#readme",
"devDependencies": {
"elm-doc-preview": "^5.0.5",
"elm-tooling": "^1.10.0",
"elm-verify-examples": "^5.2.0"
}
}