This repository was archived by the owner on Sep 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.33 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
39
40
41
42
43
44
{
"name": "unexpected-immutable",
"version": "0.1.0",
"description": "Plugin for unexpected for asserting immutable data structures",
"main": "src/index.js",
"scripts": {
"test": "jest",
"format": "prettier --single-quote --write '{src,test}/**/*.js'",
"travis": "npm run format && npm test",
"site:generate": "generate-site --require ./bootstrap-unexpected-markdown.js",
"site:update": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples",
"deploy": "gh-pages -d site-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/albertfdp/unexpected-immutable.git"
},
"keywords": [
"unexpected",
"unexpected-immutable",
"immutable",
"assertion"
],
"author": "Albert Fernández <albert@nandez.cat>",
"license": "MIT",
"bugs": {
"url": "https://github.com/albertfdp/unexpected-immutable/issues"
},
"homepage": "https://github.com/albertfdp/unexpected-immutable#readme",
"peerDependencies": {
"immutable": "^3.8.1"
},
"devDependencies": {
"chance-generators": "2.1.0",
"gh-pages": "0.12.0",
"immutable": "^3.8.1",
"jest": "19.0.2",
"prettier": "0.22.0",
"unexpected": "^10.13.3",
"unexpected-check": "1.12.0",
"unexpected-documentation-site-generator": "4.3.0",
"unexpected-markdown": "1.7.1"
}
}