-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.33 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "nutation.js",
"version": "0.4.1",
"description": "nutation by js",
"private": false,
"license": "MIT",
"author": {
"name": "lax",
"email": "[email protected]"
},
"homepage": "https://github.com/Taogram/nutation.js.git",
"repository": {
"type": "git",
"url": "https://github.com/Taogram/nutation.js.git"
},
"main": "lib/main.js",
"scripts": {
"build": "webpack",
"test": "babel src/ -d dist/",
"test:unit": "jest --verbose"
},
"dependencies": {},
"files": [
"lib/",
"readme.md"
],
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/preset-env": "^7.22.10",
"babel-jest": "^27.2.5",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-lax": "^0.0.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.3.1",
"fs-extra": "^10.0.0",
"jest": "^26.6.3",
"moment": "^2.29.1",
"prettier": "^2.2.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"keywords": [
"tao",
"taogram",
"vsop87",
"nutation",
"node",
"iau2000",
"iau1980",
"js",
"javascript"
]
}