-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 1.46 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
{
"name": "screenly-cast-for-wordpress",
"version": "1.0.4",
"description": "A WordPress plugin to enable easy and beautiful casting of pages, posts and image media on [Screenly](https://www.screenly.io) digital signage devices.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint:css": "stylelint \"screenly-cast/**/*.css\" \"screenly-cast/theme/**/*.css\"",
"lint:css:fix": "stylelint \"screenly-cast/**/*.css\" \"screenly-cast/theme/**/*.css\" --fix",
"lint:js": "eslint \"screenly-cast/**/*.js\"",
"lint:js:fix": "eslint \"screenly-cast/**/*.js\" --fix",
"lint:md": "markdownlint '**/*.md' --ignore node_modules --ignore vendor --config .markdownlint.json",
"lint": "npm run lint:css && npm run lint:js && npm run lint:md",
"version:sync": "node bin/sync-version.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Screenly/Screenly-Cast-for-WordPress.git"
},
"keywords": [],
"author": "Screenly, Inc <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Screenly/Screenly-Cast-for-WordPress/issues"
},
"homepage": "https://github.com/Screenly/Screenly-Cast-for-WordPress#readme",
"devDependencies": {
"@wordpress/eslint-plugin": "^17.3.0",
"@wordpress/stylelint-config": "^23.6.0",
"eslint": "^8.56.0",
"markdownlint-cli": "^0.43.0",
"stylelint": "^16.12.0"
}
}