-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 KB
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
46
47
48
49
50
{
"name": "@thetaproom/strapi-form-builder",
"version": "1.1.6",
"description": "A simple library for generating form data and form requests using the content manager API",
"main": "./dist/main.js",
"scripts": {
"build": "webpack --progress --colors",
"start": "webpack-dev-server --progress --colors",
"test": "jest"
},
"author": "Jeremiah Wodke",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@types/jest": "^26.0.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"eslint": "7.2.0",
"eslint-config-airbnb": "18.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.21.2",
"jest": "^26.1.0",
"jest-mock-axios": "^4.2.1",
"ts-jest": "^26.1.3",
"ts-loader": "^8.0.1",
"typescript": "^3.9.7",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@thetaproom/strapi-sdk-javascript": "^0.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-taproom/strapi--form-builder.git"
},
"keywords": [
"form",
"strapi",
"js",
"node",
"builder"
],
"bugs": {
"url": "https://github.com/the-taproom/strapi--form-builder/issues"
},
"homepage": "https://github.com/the-taproom/strapi--form-builder#readme"
}