socialcalc
Version:
Collaborative spreadsheet editor
64 lines (63 loc) • 1.8 kB
JSON
{
"name": "socialcalc",
"version": "3.0.0",
"description": "Collaborative spreadsheet editor",
"main": "dist/SocialCalc.js",
"types": "dist/SocialCalc.d.ts",
"type": "module",
"files": [
"dist/SocialCalc.js",
"dist/SocialCalc.d.ts",
"dist/socialcalc.css",
"js/*.d.ts",
"css/socialcalc.css",
"LICENSE.txt",
"LEGAL.txt",
"README.md"
],
"scripts": {
"build": "bun run build.ts",
"build:min": "bun run build.ts --minify",
"typecheck": "tsgo --noEmit",
"typecheck:strict": "tsgo --noEmit -p tsconfig.strict.json",
"test": "bun run build.ts && bun test --parallel",
"test:coverage": "bun run build.ts && bun test --coverage --coverage-reporter=text --coverage-reporter=lcov",
"mutate": "stryker run",
"mutate:file": "bun run stryker-file.mjs",
"mutate:format": "bun run stryker-file.mjs js/formatnumber2.js",
"mutate:sheet": "bun run stryker-file.mjs js/socialcalc-3.js",
"mutate:formula": "bun run stryker-file.mjs js/formula1.js",
"docs": "typedoc",
"docs:watch": "typedoc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/audreyt/socialcalc.git"
},
"keywords": [
"spreadsheet",
"socialcalc",
"ethercalc",
"excel",
"calc",
"table",
"grid",
"cells",
"office",
"spreadsheets",
"editor"
],
"author": "Dan Bricklin",
"license": "(CPAL-1.0 AND Artistic-2.0 AND MPL-2.0)",
"bugs": {
"url": "https://github.com/audreyt/socialcalc/issues"
},
"homepage": "https://github.com/audreyt/socialcalc#readme",
"devDependencies": {
"@stryker-mutator/core": "^9.6.1",
"@types/bun": "latest",
"@typescript/native-preview": "^7.0.0-dev.20260419.1",
"typedoc": "^0.28.19",
"typescript": "^6.0.3"
}
}