@form8ion/javascript 8.7.0 → 9.0.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 +45 -45
package/package.json CHANGED
@@ -2,30 +2,22 @@
2
2
  "name": "@form8ion/javascript",
3
3
  "description": "JavaScript language plugin for the @form8ion toolset",
4
4
  "license": "MIT",
5
- "version": "8.7.0",
5
+ "version": "9.0.0",
6
6
  "engines": {
7
- "node": "^14.18.0 || >=16.0.0"
8
- },
9
- "files": [
10
- "example.js",
11
- "lib/",
12
- "templates/"
13
- ],
14
- "publishConfig": {
15
- "access": "public"
7
+ "node": ">=16.0.0"
16
8
  },
9
+ "author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
10
+ "repository": "form8ion/javascript",
11
+ "bugs": "https://github.com/form8ion/javascript/issues",
12
+ "homepage": "https://npm.im/@form8ion/javascript",
17
13
  "runkitExampleFilename": "./example.js",
18
- "main": "./lib/index.js",
19
- "module": "./lib/index.mjs",
20
14
  "exports": {
21
15
  "require": "./lib/index.js",
22
16
  "import": "./lib/index.mjs"
23
17
  },
18
+ "main": "./lib/index.js",
19
+ "module": "./lib/index.mjs",
24
20
  "sideEffects": false,
25
- "repository": "form8ion/javascript",
26
- "bugs": "https://github.com/form8ion/javascript/issues",
27
- "homepage": "https://npm.im/@form8ion/javascript",
28
- "author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
29
21
  "scripts": {
30
22
  "test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
31
23
  "lint:lockfile": "lockfile-lint",
@@ -55,16 +47,51 @@
55
47
  "test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
56
48
  "test:unit:base": "DEBUG=any mocha 'src/**/*-test.js'"
57
49
  },
50
+ "files": [
51
+ "example.js",
52
+ "lib/",
53
+ "templates/"
54
+ ],
55
+ "publishConfig": {
56
+ "access": "public"
57
+ },
58
+ "dependencies": {
59
+ "@form8ion/codecov": "^3.0.0",
60
+ "@form8ion/commit-convention": "^3.1.0",
61
+ "@form8ion/config-file": "^1.0.1",
62
+ "@form8ion/core": "^2.0.0",
63
+ "@form8ion/eslint": "^4.0.0",
64
+ "@form8ion/execa-wrapper": "^1.0.0-alpha.1",
65
+ "@form8ion/husky": "^3.0.0",
66
+ "@form8ion/javascript-core": "^7.0.0",
67
+ "@form8ion/overridable-prompts": "^1.2.0",
68
+ "@form8ion/prettier": "^1.0.1",
69
+ "@form8ion/rollup": "^2.0.0",
70
+ "@hapi/hoek": "^10.0.0",
71
+ "@travi/cli-messages": "^1.0.5",
72
+ "@travi/language-scaffolder-prompts": "^1.3.0",
73
+ "camelcase": "^6.2.1",
74
+ "deepmerge": "^4.2.2",
75
+ "filedirname": "^2.7.0",
76
+ "ini": "^3.0.0",
77
+ "joi": "^17.5.0",
78
+ "make-dir": "^3.1.0",
79
+ "mustache": "^4.2.0",
80
+ "npm-conf": "^1.1.3",
81
+ "sort-object-keys": "^1.1.3",
82
+ "touch": "^3.1.0",
83
+ "validate-npm-package-name": "^4.0.0"
84
+ },
58
85
  "devDependencies": {
59
86
  "@babel/register": "7.18.9",
60
87
  "@cucumber/cucumber": "8.5.2",
61
- "@form8ion/babel-preset": "1.6.95",
88
+ "@form8ion/babel-preset": "1.6.96",
62
89
  "@form8ion/commitlint-config": "1.0.38",
63
90
  "@form8ion/eslint-config": "5.0.9",
64
91
  "@form8ion/eslint-config-cucumber": "1.4.1",
65
92
  "@form8ion/eslint-config-mocha": "2.0.3",
66
93
  "@form8ion/remark-lint-preset": "4.0.2",
67
- "@rollup/plugin-node-resolve": "13.3.0",
94
+ "@rollup/plugin-node-resolve": "14.0.0",
68
95
  "@travi/any": "2.1.5",
69
96
  "ban-sensitive-files": "1.9.18",
70
97
  "c8": "7.12.0",
@@ -88,32 +115,5 @@
88
115
  "rollup-plugin-auto-external": "2.0.0",
89
116
  "sinon": "14.0.0",
90
117
  "testdouble": "3.16.6"
91
- },
92
- "dependencies": {
93
- "@form8ion/codecov": "^3.0.0",
94
- "@form8ion/commit-convention": "^3.1.0",
95
- "@form8ion/config-file": "^1.0.1",
96
- "@form8ion/core": "^2.0.0",
97
- "@form8ion/eslint": "^4.0.0",
98
- "@form8ion/execa-wrapper": "^1.0.0-alpha.1",
99
- "@form8ion/husky": "^3.0.0",
100
- "@form8ion/javascript-core": "^7.0.0",
101
- "@form8ion/overridable-prompts": "^1.2.0",
102
- "@form8ion/prettier": "^1.0.1",
103
- "@form8ion/rollup": "^2.0.0",
104
- "@hapi/hoek": "^10.0.0",
105
- "@travi/cli-messages": "^1.0.5",
106
- "@travi/language-scaffolder-prompts": "^1.3.0",
107
- "camelcase": "^6.2.1",
108
- "deepmerge": "^4.2.2",
109
- "filedirname": "^2.7.0",
110
- "ini": "^3.0.0",
111
- "joi": "^17.5.0",
112
- "make-dir": "^3.1.0",
113
- "mustache": "^4.2.0",
114
- "npm-conf": "^1.1.3",
115
- "sort-object-keys": "^1.1.3",
116
- "touch": "^3.1.0",
117
- "validate-npm-package-name": "^4.0.0"
118
118
  }
119
119
  }