forked from lonelyplanet/apple-news-format-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@webdeveric/apple-news-format-schema",
"version": "1.4.0",
"private": true,
"license": "MIT",
"description": "Apple News Format schema",
"main": "docs/schema.json",
"repository": {
"type": "git",
"url": "git+https://github.com/webdeveric/apple-news-format-schema.git"
},
"keywords": [
"Apple",
"News",
"Format",
"JSON",
"schema"
],
"author": {
"email": "eric@webdeveric.com",
"name": "Eric King",
"url": "http://webdeveric.com/"
},
"bugs": {
"url": "https://github.com/webdeveric/apple-news-format-schema/issues"
},
"homepage": "https://github.com/webdeveric/apple-news-format-schema#readme",
"scripts": {
"lint": "eslint --fix test",
"spellcheck": "cspell --no-progress './{docs,src,test}/**/*.{js,json}' './*.{md,js}' './package.json'",
"test": "mocha --colors"
},
"devDependencies": {
"@webdeveric/eslint-config": "^0.1.0",
"ajv": "^8.2.0",
"ajv-formats": "^2.0.2",
"chai": "^4.2.0",
"cspell": "^5.3.12",
"eslint": "^7.12.1",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"mocha": "^8.2.1",
"request": "^2.88.2"
}
}