-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.09 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
{
"name": "@stepanjakl/apostrophe-read-only-field",
"version": "0.0.3",
"description": "Read-Only Schema Field Type For ApostropheCMS",
"keywords": [
"apostrophe",
"apostrophecms"
],
"homepage": "https://github.com/stepanjakl/aapostrophe-read-only-field#readme",
"bugs": {
"url": "https://github.com/stepanjakl/aapostrophe-read-only-field/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stepanjakl/aapostrophe-read-only-field.git"
},
"license": "MIT",
"author": "Štěpán Jákl",
"main": "index.js",
"dependencies": {
"eslint": "^8.x.x",
"eslint-config-apostrophe": "^4.x.x",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.26.0",
"stylelint": "^16.x.x",
"stylelint-config-apostrophe": "^4.x.x"
},
"publishConfig": {
"access": "public"
}
}