This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.27 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@guiabolsobr/guiabolso-connect-start",
"version": "2.0.0",
"description": "O Guiabolso Connect Start é um script para facilitar a integração do Guiabolso Connect, seja através de uma experiência embedada ou através de um botão de fácil acesso parao Guiabolso Connect.",
"main": "build/app.js",
"types": "build/app.d.ts",
"scripts": {
"start": "parcel index.html --open",
"start:iframe": "parcel iframe.html --open --port 12345",
"start:test": "npm run start:iframe & TEST_EMITTER=http://localhost:12345 npm run start",
"production": "parcel build './src/app.ts' --no-source-maps",
"build": "npm run production",
"test": "jest",
"test:ci": "jest --ci --reporters=jest-junit",
"test:watch": "jest --watchAll",
"commit": "npx git-cz",
"semantic-release": "semantic-release",
"lint": "eslint src/** --ext .ts,.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/GuiaBolso/guiabolso-connect-start.git"
},
"keywords": [
"Guiabolso Connect",
"Connect",
"Connect Start",
"Guiabolso Start",
"Guiabolso Connect Start"
],
"author": "Guiabolso <frontmonstrao@guiabolso.com.br>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GuiaBolso/guiabolso-connect-start/issues"
},
"homepage": "https://github.com/GuiaBolso/guiabolso-connect-start#readme",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"babel-jest": "^26.6.3",
"eslint": "^7.19.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.2.1",
"jest": "^26.6.3",
"jest-junit": "^12.0.0",
"parcel": "^2.0.0-beta.1",
"prettier": "^2.3.0",
"semantic-release": "^17.3.7",
"typescript": "^4.1.3"
},
"dependencies": {},
"targets": {
"app": {
"includeNodeModules": true
}
}
}