@testyard/stats
Version:
Value stats tester.
54 lines (53 loc) • 1.43 kB
JSON
{
"name": "@testyard/stats",
"version": "1.4.1",
"description": "Value stats tester.",
"author": "Richard King <richrdkng@gmail.com> (https://richrdkng.com)",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/testyardjs/stats",
"repository": {
"type": "git",
"url": "https://github.com/testyardjs/stats.git"
},
"bugs": {
"url": "https://github.com/testyardjs/stats/issues"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 16"
},
"ts-standard": {
"ignore": [
"dist"
]
},
"scripts": {
"start": "npm test -- --watchAll",
"lint": "ts-standard --verbose | snazzy",
"test": "jest",
"prep": "rm -rf dist && mkdir dist && cp LICENSE* README* package.json dist/",
"build": "rollup -c && tsc -p tsconfig.types.json"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@tsconfig/node16": "^16.1.0",
"@types/jest": "^29.5.2",
"@types/semantic-release": "^20.0.1",
"jest": "^29.5.0",
"rollup": "^3.26.0",
"semantic-release": "^19.0.5",
"snazzy": "^9.0.0",
"string-dedent": "^3.0.1",
"ts-jest": "^29.1.1",
"ts-standard": "^12.0.2",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
}
}