-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1 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
{
"name": "astrochart2",
"version": "0.7.3",
"description": "A JavaScript for generating Astrology charts.",
"keywords": [
"astrology",
"chart",
"horoscope",
"zodiac",
"ephemeris"
],
"author": {
"name": "Tom Jurman",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:Kibo/AstrologyChart2.git"
},
"license": "GPLV3",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/preset-env": "^7.21.4",
"babel-loader": "^9.1.2",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jsdoc": "^4.0.2",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1"
},
"scripts": {
"watch": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"test": "jest",
"doc": "jsdoc -c jsdoc.json"
}
}