UNPKG

@flighter/a1-notation

Version:

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

44 lines (43 loc) 1.24 kB
{ "completed": true, "type": "module", "projectName": "A1", "description": "Work with A1 notation like \"A1\" or \"A1:B2\"", "name": "@flighter/a1-notation", "version": "2.2.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "author": "FLighter", "license": "MIT", "repository": "github:FLighter7/a1-notation", "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 --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": "latest", "@rollup/plugin-node-resolve": "latest", "@rollup/plugin-terser": "^0.4.4", "chai": "latest", "mocha": "latest", "rollup": "^4.24.0", "rollup-plugin-typescript2": "latest", "tslib": "latest", "typescript": "latest" } }