UNPKG

@segment/a1-notation

Version:

Work with A1 notation like "A1" or "A1:B2"

40 lines (39 loc) 1.11 kB
{ "description": "Work with A1 notation like \"A1\" or \"A1:B2\"", "name": "@segment/a1-notation", "version": "2.1.4", "main": "./dist/index.umd.js", "types": "./dist/index.d.ts", "author": "FLighter", "license": "MIT", "keywords": [ "A1", "spreadsheet", "table", "range", "cell" ], "files": [ "/dist" ], "scripts": { "start": "npm run compile:prod", "test": "npx mocha ./tests/index.js", "clear:win": "rmdir /S /Q dist && mkdir dist", "clear:lin": "rm -I -v dist/*", "check": "npx tsc ./src/index.ts --noEmit", "compile:dev": "npm run check && npx rollup --config rollup.config.js --environment IS_DEV:true", "compile:prod": "npm run check && npx rollup --config rollup.config.js --environment IS_DEV:false" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.0.6", "chai": "latest", "mocha": "latest", "rollup": "latest", "rollup-plugin-terser": "latest", "rollup-plugin-typescript2": "latest", "tslib": "latest", "typescript": "latest" } }