-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
31 lines (31 loc) · 850 Bytes
/
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
{
"name": "xlsx-calc",
"version": "0.9.2",
"description": "A simple xlsx formula calculator.",
"main": "src/index.js",
"repository": "[email protected]:fabiooshiro/xlsx-calc.git",
"author": "Sr Oshiro <[email protected]>",
"scripts": {
"test": "mocha",
"watch": "mocha --watch --reporter=min",
"dev": "webpack --mode=development -w",
"test-w": "mocha -w --check-leaks --sort",
"build": "webpack --mode=production && sh deprecated-clones.sh"
},
"dependencies": {},
"devDependencies": {
"@formulajs/formulajs": "^2.6.3",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"typescript": "^4.9.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"xlsx": "^0.17.0"
},
"tonicExampleFilename": "example_tonic.js",
"pre-commit": [
"build"
],
"license": "MIT"
}