Skip to content

Commit 11ccf2e

Browse files
🤖 deps: Upgrade tool set.
1 parent ddf910e commit 11ccf2e

File tree

1 file changed

+56
-35
lines changed

1 file changed

+56
-35
lines changed

package.json

Lines changed: 56 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,57 @@
11
{
2-
"scripts": {
3-
"test": "./node_modules/.bin/aureooms-node-package-test",
4-
"build": "./node_modules/.bin/aureooms-node-package-build",
5-
"doc": "./node_modules/.bin/groc"
6-
},
7-
"description": "type checking code bricks for JavaScript",
8-
"keywords": [
9-
"bricks",
10-
"javascript",
11-
"js",
12-
"type",
13-
"typeof",
14-
"types"
15-
],
16-
"bugs": {
17-
"url": "https://github.com/make-github-pseudonymous-again/js-type/issues"
18-
},
19-
"dependencies": {},
20-
"devDependencies": {
21-
"aureooms-node-package": "^6.0.1"
22-
},
23-
"repository": {
24-
"type": "git",
25-
"url": "https://github.com/make-github-pseudonymous-again/js-type.git"
26-
},
27-
"version": "1.0.4",
28-
"author": "aureooms",
29-
"name": "@aureooms/js-type",
30-
"homepage": "http://make-github-pseudonymous-again.github.io/js-type/",
31-
"main": "js/dist/type.js",
32-
"license": "AGPL-3.0",
33-
"spm": {
34-
"main": "js/dist/type.js"
35-
}
36-
}
2+
"scripts": {
3+
"test": "./node_modules/.bin/aureooms-node-package-test",
4+
"build": "./node_modules/.bin/aureooms-node-package-build",
5+
"doc": "./node_modules/.bin/groc"
6+
},
7+
"description": "type checking code bricks for JavaScript",
8+
"keywords": [
9+
"bricks",
10+
"javascript",
11+
"js",
12+
"type",
13+
"typeof",
14+
"types"
15+
],
16+
"bugs": {
17+
"url": "https://github.com/make-github-pseudonymous-again/js-type/issues"
18+
},
19+
"dependencies": {},
20+
"devDependencies": {
21+
"aureooms-node-package": "^6.0.1",
22+
"@babel/core": "7.16.5",
23+
"@babel/preset-env": "7.16.5",
24+
"@babel/register": "7.16.5",
25+
"@commitlint/cli": "16.0.0",
26+
"@js-library/commitlint-config": "0.0.4",
27+
"ava": "3.15.0",
28+
"babel-plugin-transform-remove-console": "6.9.4",
29+
"babel-plugin-unassert": "3.2.0",
30+
"babel-preset-power-assert": "3.0.0",
31+
"c8": "7.11.0",
32+
"esdoc": "1.1.0",
33+
"esdoc-inject-script-plugin": "1.0.0",
34+
"esdoc-inject-style-plugin": "1.0.0",
35+
"esdoc-standard-plugin": "1.0.0",
36+
"fixpack": "4.0.0",
37+
"husky": "7.0.4",
38+
"lint-staged": "12.1.7",
39+
"microbundle": "0.14.2",
40+
"np": "7.6.0",
41+
"pinst": "2.1.6",
42+
"power-assert": "1.6.1"
43+
},
44+
"repository": {
45+
"type": "git",
46+
"url": "https://github.com/make-github-pseudonymous-again/js-type.git"
47+
},
48+
"version": "1.0.4",
49+
"author": "aureooms",
50+
"name": "@aureooms/js-type",
51+
"homepage": "http://make-github-pseudonymous-again.github.io/js-type/",
52+
"main": "js/dist/type.js",
53+
"license": "AGPL-3.0",
54+
"spm": {
55+
"main": "js/dist/type.js"
56+
}
57+
}

0 commit comments

Comments
 (0)