UNPKG

maths-sdk-rohan

Version:
48 lines (47 loc) 1.17 kB
{ "name": "maths-sdk-rohan", "version": "1.1.1", "description": "sdk demo", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "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" }, "repository": { "type": "git", "url": "git+https://github.com/rohan099/sdk-demo.git" }, "author": "Rohan Sharma", "keywords": [ "SUM", "Multiply" ], "license": "ISC", "bugs": { "url": "https://github.com/rohan099/sdk-demo/issues" }, "homepage": "https://github.com/rohan099/sdk-demo#readme", "devDependencies": { "@types/jest": "^27.4.1", "jest": "^27.5.1", "prettier": "^2.6.2", "ts-jest": "^27.1.4", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.6.3" }, "files": [ "lib/**/*" ], "dependencies": { "maths-sdk-rohan": "^1.0.1" } }