sdk-player
Version:
the great SDK Player
27 lines (26 loc) • 727 B
JSON
{
"name": "sdk-player",
"version": "1.0.0",
"description": "the great SDK Player",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare" : "npm run build",
"prepublishOnly" : "npm run lint",
"preversion" : "npm run lint",
"version" : "npm run format && git add -A src"
},
"keywords": ["SDK", "PLAYER"],
"author": "K-M",
"license": "ISC",
"devDependencies": {
"prettier": "^1.14.3",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.1.3"
}
}