UNPKG

@speaker-ender/js-measure

Version:
46 lines 1.36 kB
{ "name": "@speaker-ender/js-measure", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "description": "DOM Measurement Tools", "version": "v0.3.1", "author": "3nder", "devDependencies": { "@types/node": "^17.0.30", "esbuild": "^0.14.38", "typescript": "^4.6.4", "cd": "^0.3.3", "ts-node": "^10.7.0" }, "keywords": [ "js", "positions" ], "license": "MIT", "scripts": { "build": "npm run build:esbuild && npm run build:types", "build:esbuild": "node build.js", "build:types": "tsc --project tsconfig.build.json", "clean NPM": "npm ci", "install NPM": "npm install", "example": "npm run dev -w example", "exampleBuild": "npm run build -w example", "exampleProd": "npm run start -w example", "postpublish": "npm run publish-npm", "publish-npm": "npm publish --access public --ignore-scripts --@speaker-ender:registry='https://registry.npmjs.org'" }, "repository": { "type": "git", "url": "git://github.com/speaker-ender/JS-Measure" }, "bugs": { "url": "https://github.com/speaker-ender/JS-Measure/issues" }, "workspaces": [ "example" ] }