@wca/helpers
Version:
Helpers and class definitions for WCA and WCIF
57 lines (56 loc) • 1.39 kB
JSON
{
"name": "@wca/helpers",
"version": "1.1.5",
"description": "Helpers and class definitions for WCA and WCIF",
"keywords": [
"wca",
"World Cube Association",
"WCIF"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"format": "prettier --write \"**/*.{ts,js}\"",
"format:check": "prettier --check \"**/*.{ts,js}\"",
"build": "tsc",
"preversion": "npm test",
"postversion": "git push && git push --tags",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thewca/wca-helpers.git"
},
"author": {
"name": "Ronald Mansveld",
"email": "ronald.mansveld@gmail.com"
},
"license": "GPL",
"bugs": {
"url": "https://github.com/thewca/wca-helpers/issues"
},
"homepage": "https://github.com/thewca/wca-helpers#readme",
"maintainers": [
{
"name": "Ronald Mansveld",
"email": "ronald.mansveld@gmail.com"
}
],
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@types/jasmine": "^4.3.1",
"babel-jest": "^29.4.3",
"coveralls": "^3.1.1",
"jest": "^29.4.3",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}