-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 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
{
"name": "@apostrophecms/form",
"version": "1.4.2",
"description": "Build forms for ApostropheCMS in a simple user interface.",
"main": "index.js",
"scripts": {
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint .",
"stylelint": "stylelint --custom-syntax postcss-scss **/*.scss",
"test": "npm run lint && npx mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/form.git"
},
"homepage": "https://github.com/apostrophecms/form#readme",
"author": "Apostrophe Technologies",
"license": "MIT",
"keywords": [
"apostrophe",
"apostrophecms",
"forms",
"form builder"
],
"devDependencies": {
"apostrophe": "^4.0.0",
"eslint": "^8.50.0",
"eslint-config-apostrophe": "^4.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^10.2.0",
"stylelint": "^15.10.3",
"stylelint-config-apostrophe": "^3.0.0"
},
"dependencies": {
"connect-multiparty": "^2.2.0"
}
}