@microsoft/teams-manifest 0.0.9 → 0.0.10-alpha.23fd45395.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +61 -60
package/package.json CHANGED
@@ -1,62 +1,63 @@
1
1
  {
2
- "name": "@microsoft/teams-manifest",
3
- "version": "0.0.9",
4
- "main": "build/index.js",
5
- "types": "build/index.d.ts",
6
- "license": "MIT",
7
- "dependencies": {
8
- "ajv": "^8.5.0",
9
- "ajv-draft-04": "^1.0.0",
10
- "axios": "^0.21.2",
11
- "fs-extra": "^9.1.0"
12
- },
13
- "devDependencies": {
14
- "@istanbuljs/nyc-config-typescript": "^1.0.1",
15
- "@types/chai": "^4.2.21",
16
- "@types/chai-as-promised": "^7.1.3",
17
- "@types/mocha": "^8.2.3",
18
- "@types/node": "^16.0.0",
19
- "@types/sinon": "^9.0.10",
20
- "@typescript-eslint/eslint-plugin": "^4.19.0",
21
- "@typescript-eslint/parser": "^4.19.0",
22
- "chai": "^4.3.4",
23
- "chai-as-promised": "^7.1.1",
24
- "eslint": "^7.22.0",
25
- "eslint-plugin-import": "^2.25.2",
26
- "eslint-plugin-no-secrets": "^0.8.9",
27
- "eslint-plugin-prettier": "^4.0.0",
28
- "json-schema-to-typescript": "^10.1.5",
29
- "lint-staged": "^10.5.4",
30
- "mocha": "^9.2.2",
31
- "nyc": "^15.1.0",
32
- "prettier": "^2.4.1",
33
- "rimraf": "^3.0.0",
34
- "sinon": "^9.2.2",
35
- "ts-node": "^10.1.0",
36
- "tslint": "^6.1.3",
37
- "tslint-config-prettier": "^1.18.0",
38
- "typescript": "^4.2.3"
39
- },
40
- "scripts": {
41
- "prebuild": "npm run generate-manifest",
42
- "build": "rimraf build && npx tsc -p ./",
43
- "test": "npm run test:unit",
44
- "test:unit": "npx nyc --reporter=lcov mocha --no-timeouts --require ts-node/register test/**/*.test.ts ",
45
- "lint": "eslint \"**/*.ts\"",
46
- "precommit": "lint-staged",
47
- "lint:staged": "lint-staged",
48
- "generate-manifest": "npx json2ts -i devPreviewSchema.json -o src/devPreviewManifest.ts --ignoreMinAndMaxItems"
49
- },
50
- "files": [
51
- "build/**/*"
52
- ],
53
- "publishConfig": {
54
- "access": "public"
55
- },
56
- "lint-staged": {
57
- "*.{js,jsx,css,ts,tsx}": [
58
- "npx eslint --cache --fix --quiet"
59
- ]
60
- },
61
- "gitHead": "7ed6c8408af2d1921411243342a595514c987657"
2
+ "name": "@microsoft/teams-manifest",
3
+ "version": "0.0.10-alpha.23fd45395.0",
4
+ "main": "build/index.js",
5
+ "types": "build/index.d.ts",
6
+ "license": "MIT",
7
+ "dependencies": {
8
+ "ajv": "^8.5.0",
9
+ "ajv-draft-04": "^1.0.0",
10
+ "axios": "^0.21.2",
11
+ "fs-extra": "^9.1.0"
12
+ },
13
+ "devDependencies": {
14
+ "@istanbuljs/nyc-config-typescript": "^1.0.1",
15
+ "@microsoft/eslint-plugin-teamsfx": "0.0.2-alpha.23fd45395.0",
16
+ "@types/chai": "^4.2.21",
17
+ "@types/chai-as-promised": "^7.1.3",
18
+ "@types/mocha": "^8.2.3",
19
+ "@types/node": "^16.0.0",
20
+ "@types/sinon": "^9.0.10",
21
+ "@typescript-eslint/eslint-plugin": "^4.19.0",
22
+ "@typescript-eslint/parser": "^4.19.0",
23
+ "chai": "^4.3.4",
24
+ "chai-as-promised": "^7.1.1",
25
+ "eslint": "^7.22.0",
26
+ "eslint-plugin-import": "^2.25.2",
27
+ "eslint-plugin-no-secrets": "^0.8.9",
28
+ "eslint-plugin-prettier": "^4.0.0",
29
+ "json-schema-to-typescript": "^10.1.5",
30
+ "lint-staged": "^10.5.4",
31
+ "mocha": "^9.2.2",
32
+ "nyc": "^15.1.0",
33
+ "prettier": "^2.4.1",
34
+ "rimraf": "^3.0.0",
35
+ "sinon": "^9.2.2",
36
+ "ts-node": "^10.1.0",
37
+ "tslint": "^6.1.3",
38
+ "tslint-config-prettier": "^1.18.0",
39
+ "typescript": "^4.2.3"
40
+ },
41
+ "scripts": {
42
+ "prebuild": "npm run generate-manifest",
43
+ "build": "rimraf build && npx tsc -p ./",
44
+ "test": "npm run test:unit",
45
+ "test:unit": "npx nyc --reporter=lcov mocha --no-timeouts --require ts-node/register test/**/*.test.ts ",
46
+ "lint": "eslint \"**/*.ts\"",
47
+ "precommit": "lint-staged",
48
+ "lint:staged": "lint-staged",
49
+ "generate-manifest": "npx json2ts -i devPreviewSchema.json -o src/devPreviewManifest.ts --ignoreMinAndMaxItems"
50
+ },
51
+ "files": [
52
+ "build/**/*"
53
+ ],
54
+ "publishConfig": {
55
+ "access": "public"
56
+ },
57
+ "lint-staged": {
58
+ "*.{js,jsx,css,ts,tsx}": [
59
+ "npx eslint --cache --fix --quiet"
60
+ ]
61
+ },
62
+ "gitHead": "53ba7b797e0a40d5860e0537e5f5afee6a1eb7e8"
62
63
  }