UNPKG

@microbit/microbit-universal-hex

Version:
82 lines (81 loc) 2.67 kB
{ "name": "@microbit/microbit-universal-hex", "version": "0.2.2", "description": "Create micro:bit Universal Hexes.", "homepage": "https://microbit-foundation.github.io/microbit-universal-hex/", "keywords": [ "microbit", "universal-hex", "universal hex", "uh" ], "main": "./dist/bundles/microbit-uh.umd.js", "mainMin": "./dist/bundles/microbit-uh.umd.min.js", "module": "./dist/esm5/index.js", "typings": "./dist/types/index.d.ts", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/microbit-foundation/microbit-universal-hex" }, "config": { "umdName": "microbitUh" }, "author": "Micro:bit Educational Foundation <package-help@microbit.org>", "license": "MIT", "engines": { "node": ">=8.5", "npm": ">=6.0", "yarn": "^1.0" }, "scripts": { "cleanup": "shx rm -rf dist", "prebuild": "npm run cleanup && npm run verify", "build": "tsc && rollup -c config/rollup.config.js", "test": "jest -c ./config/jest.config.js", "test:watch": "npm t -- --watch", "test:coverage": "npm t -- --verbose --coverage", "test:ci": "npm t -- --ci", "validate-js": "tsc -p ./config", "verify": "npm run validate-js && npm run style && npm run test:ci", "style": "npm run format -- --list-different && npm run lint", "style:fix": "npm run format:fix && npm run lint:fix", "format": "prettier --config prettier.config.js \"**/*.{ts,tsx,js,jsx,css,scss,sass,less,md}\"", "format:fix": "npm run format -- --write", "lint": "tslint --project tsconfig.json --format codeFrame", "lint:fix": "npm run lint -- --fix", "docs": "typedoc --options config/typedoc.json" }, "peerDependencies": { "tslib": ">=1.11.1" }, "dependencies": {}, "devDependencies": { "@babel/core": "^7.12.10", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.12.11", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-json": "^4.0.2", "@rollup/plugin-node-resolve": "^11.0.1", "@types/jest": "^26.0.20", "@types/node": "^13.13.39", "@types/prettier": "^2.0.0", "jest": "^26.6.3", "jest-watch-typeahead": "^0.6.1", "prettier": "^2.0.4", "rollup": "^2.36.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-babel-minify": "^10.0.0", "rollup-plugin-sourcemaps": "^0.6.3", "shx": "^0.3.2", "ts-jest": "^26.4.4", "tslib": "^1.14.1", "tslint": "^6.1.1", "tslint-config-prettier": "^1.18.0", "tslint-config-standard": "^9.0.0", "tslint-etc": "^1.10.1", "typedoc": "^0.19.2", "typedoc-neo-theme": "^1.0.10", "typescript": "^3.9.7" } }