Skip to content

Commit e4b7495

Browse files
🎨 style(package.json): Run fixpack.
1 parent 520f250 commit e4b7495

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

package.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,33 @@
22
"name": "@aureooms/js-gn",
33
"description": "graphs and networks code bricks for JavaScript",
44
"version": "1.0.5",
5-
"main": "lib/index.js",
5+
"author": "aureooms",
6+
"ava": {
7+
"files": [
8+
"test/src/**/*"
9+
],
10+
"require": [
11+
"@babel/polyfill",
12+
"@babel/register"
13+
],
14+
"timeout": "1m"
15+
},
16+
"babel": {
17+
"presets": [
18+
"@babel/preset-env"
19+
],
20+
"plugins": [
21+
"@babel/plugin-proposal-async-generator-functions"
22+
],
23+
"env": {
24+
"development": {
25+
"sourceMaps": "inline"
26+
}
27+
}
28+
},
29+
"bugs": {
30+
"url": "https://github.com/aureooms/js-gn/issues"
31+
},
632
"dependencies": {},
733
"devDependencies": {
834
"@aureooms/js-binomial-heap": "^11.0.0",
@@ -21,59 +47,33 @@
2147
"np": "6.2.3",
2248
"nyc": "15.0.1"
2349
},
24-
"scripts": {
25-
"build": "rm -rf lib && babel src -d lib",
26-
"test": "ava",
27-
"esdoc": "esdoc",
28-
"prepare": "npm run build",
29-
"cover": "nyc --reporter=lcov npm test",
30-
"release": "np"
31-
},
32-
"repository": {
33-
"type": "git",
34-
"url": "https://github.com/aureooms/js-gn.git"
35-
},
50+
"files": [
51+
"lib"
52+
],
53+
"homepage": "https://aureooms.github.io/js-gn",
3654
"keywords": [
37-
"js",
38-
"javascript",
39-
"algorithm",
4055
"adt",
41-
"template",
56+
"algorithm",
4257
"complexity",
58+
"gn",
4359
"graphs",
60+
"javascript",
61+
"js",
4462
"networks",
45-
"gn"
63+
"template"
4664
],
47-
"author": "aureooms",
4865
"license": "AGPL-3.0",
49-
"bugs": {
50-
"url": "https://github.com/aureooms/js-gn/issues"
51-
},
52-
"homepage": "https://aureooms.github.io/js-gn",
53-
"babel": {
54-
"presets": [
55-
"@babel/preset-env"
56-
],
57-
"plugins": [
58-
"@babel/plugin-proposal-async-generator-functions"
59-
],
60-
"env": {
61-
"development": {
62-
"sourceMaps": "inline"
63-
}
64-
}
65-
},
66-
"ava": {
67-
"files": [
68-
"test/src/**/*"
69-
],
70-
"require": [
71-
"@babel/polyfill",
72-
"@babel/register"
73-
],
74-
"timeout": "1m"
66+
"main": "lib/index.js",
67+
"repository": {
68+
"type": "git",
69+
"url": "https://github.com/aureooms/js-gn.git"
7570
},
76-
"files": [
77-
"lib"
78-
]
71+
"scripts": {
72+
"build": "rm -rf lib && babel src -d lib",
73+
"cover": "nyc --reporter=lcov npm test",
74+
"esdoc": "esdoc",
75+
"prepare": "npm run build",
76+
"release": "np",
77+
"test": "ava"
78+
}
7979
}

0 commit comments

Comments
 (0)