File: package.json

Recommend this page to a friend!
  Packages of ikhsan   jQuery Calx   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change:
Date: 6 months ago
Size: 1,577 bytes
 

Contents

Class file image Download
{ "name": "@xsanisty/calxjs", "version": "3.0.0", "description": "Spreadsheet Calculation Engine", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/calx.esm.js", "require": "./dist/index.js" }, "./jquery": "./dist/jquery.calx.js" }, "files": [ "dist/index.js", "dist/jquery.calx.js", "dist/index.d.ts" ], "dependencies": { "@formulajs/formulajs": "^3.1.1", "chevrotain": "^11.1.1", "ssf": "^0.11.2" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/jquery": "^3.5.33", "@types/node": "^20.11.19", "browserify": "^17.0.0", "jest": "^29.5.1", "ts-jest": "^29.1.2", "ts-loader": "^9.5.1", "typescript": "^5.6.3", "webpack": "^5.96.1", "webpack-cli": "^5.1.4" }, "scripts": { "build": "webpack && webpack --config webpack.jquery.config.js", "build:core": "webpack", "build:jquery": "webpack --config webpack.jquery.config.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:performance": "jest test/performance.test.ts --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/xsanisty/calx.js.git" }, "keywords": [ "calx", "excel", "spreadsheet", "engine", "calculation" ], "author": "Xsanisty", "license": "MIT", "bugs": { "url": "https://github.com/xsanisty/calx.js/issues" }, "homepage": "https://xsanisty.com/project/calxjs", "directories": { "test": "test" } }