Files: ae90623c733a90b422e30a1d0c3068048e89f291 / package.json
1045 bytesRaw
1 | { |
2 | "name": "ssb-gathering-schema", |
3 | "version": "0.0.1", |
4 | "description": "JSON schemas and validation for secure scuttlebutt message types for gatherings", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "lint": "standard --fix", |
8 | "test": "npm run test:js && npm run test:lint", |
9 | "test:js": "tape **/*.test.js | tap-diff", |
10 | "test:lint": "standard" |
11 | }, |
12 | "repository": { |
13 | "type": "git", |
14 | "url": "git+https://github.com/ssbc/ssb-gathering-schema.git" |
15 | }, |
16 | "keywords": [ |
17 | "scuttlebutt", |
18 | "schema", |
19 | "validation", |
20 | "gathering" |
21 | ], |
22 | "author": "mixmix", |
23 | "license": "AGPL-3.0", |
24 | "bugs": { |
25 | "url": "https://github.com/ssbc/ssb-gathering-schema/issues" |
26 | }, |
27 | "homepage": "https://github.com/ssbc/ssb-gathering-schema#readme", |
28 | "dependencies": { |
29 | "is-my-json-valid": "^2.17.2", |
30 | "ssb-msg-content": "^1.0.1", |
31 | "ssb-ref": "^2.11.1", |
32 | "ssb-schema-definitions": "^1.0.6" |
33 | }, |
34 | "devDependencies": { |
35 | "scuttle-testbot": "^1.1.6", |
36 | "standard": "^12.0.1", |
37 | "tap-diff": "^0.1.1", |
38 | "tape": "^4.9.1" |
39 | } |
40 | } |
41 |
Built with git-ssb-web