-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.59 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.59 KB
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
{
"name": "@hecom/expression",
"version": "1.8.0",
"private": false,
"description": "Calculate Expression",
"main": "src/index.ts",
"type": "module",
"scripts": {
"test": "npx tsx __test__/function/csv2json.ts;jest",
"lint": "./node_modules/.bin/eslint . --ext .ts,.tsx;",
"minor": "npm version minor -m 'Bump version %s';git push origin master --tags",
"patch": "npm version patch -m 'Bump version %s';git push origin master --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/hecom-rn/Expression.git"
},
"author": "Hecom",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^26.0.8",
"babel-jest": "^26.6.3",
"csvtojson": "^2.0.10",
"eslint-plugin-automatic": "*",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest-date-mock": "^1.0.8",
"jest-junit": "^12.0.0",
"jest-runner-eslint": "^0.10.0",
"jest-runner-mocha": "^0.6.0",
"jest-runner-prettier": "^0.3.6",
"jest-runner-tsc": "^1.6.0",
"jest-sonar": "^0.2.12",
"jexl": "^2.3.0",
"node-xlsx": "^0.21.0",
"sval": "https://github.com/hecom-rn/sval.git#e94db558f114e3f80d362b92de7428f704631e8c",
"ts-jest": "^26.1.4",
"tslint": "^5.18.0",
"typescript": "^4.1.3",
"@hecom/aDate": "https://github.com/hecom-rn/aDate.git"
},
"dependencies": {
"decimal.js": "^10.4.3"
},
"peerDependencies": {
"@hecom/aDate": "https://github.com/hecom-rn/aDate.git"
}
}