granite-math-sdk
Version:
Granite math sdk
33 lines (32 loc) • 719 B
JSON
{
"name": "granite-math-sdk",
"version": "1.1.11",
"description": "Granite math sdk",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"homepage": "",
"scripts": {
"build": "tsup",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:coverage:open": "jest --coverage && open coverage/index.html",
"format": "prettier -w ."
},
"author": "",
"keywords": [
"granite",
"math",
"sdk"
],
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}