UNPKG

@stolbivi/pirojok

Version:

Some minimalistic library used to build chrome extensions, covers some popular Chrome Extension API

50 lines (49 loc) 1.28 kB
{ "name": "@stolbivi/pirojok", "version": "2.02.0", "description": "Some minimalistic library used to build chrome extensions, covers some popular Chrome Extension API", "author": "Viktor Stolbin", "license": "ISC", "main": "lib/index.js", "types": "lib/index.d.ts", "readme": "README.md", "keywords": [ "chrome-extension", "chrome-api" ], "repository": { "type": "git", "url": "git+https://github.com/stolbivi/pirojok.git" }, "files": [ "lib/**/*", "README.md" ], "scripts": { "test": "mocha 'test/**/*.ts'", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "devDependencies": { "@types/chai": "^5.0.1", "@types/chrome": "^0.0.184", "@types/mocha": "^9.1.1", "chai": "^4.5.0", "mocha": "^10.0.0", "prettier": "^2.6.2", "ts-jest": "^28.0.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "tsx": "^4.19.2", "typescript": "^4.6.4" }, "dependencies": { "mathjs": "^10.5.1" } }