altuari-lottery
Version:
Altuari Lottery Application
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "altuari-lottery",
"version": "1.0.2",
"description": "Altuari Lottery Application",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"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/altuari/altuari-lottery.git"
},
"keywords": [
"Lottery",
"Api",
"Altuari"
],
"author": "Christopher Bradley",
"license": "ISC",
"bugs": {
"url": "https://github.com/altuari/altuari-lottery/issues"
},
"homepage": "https://github.com/altuari/altuari-lottery#readme",
"devDependencies": {
"@types/jest": "^24.0.25",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.4"
},
"files": [
"lib/**/*"
]
}