@spibo-studio/spibo-studio
Version:
Spibo Studio is an HTML Canvas Library for creating adventure games
51 lines (50 loc) • 1.5 kB
JSON
{
"name": "@spibo-studio/spibo-studio",
"version": "0.0.14",
"description": "Spibo Studio is an HTML Canvas Library for creating adventure games",
"main": "dist/spibo-studio.js",
"types": "dist/spibo-studio.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": " rm -R ./dist/* || true && tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"test": "echo \"Error: no test specified\" && exit 1",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fleveillee/spibo-studio.git"
},
"keywords": [
"Spibo-Studio",
"Spibo Studio",
"HTML5",
"Canvas",
"Adventure",
"Games"
],
"author": "Frédéric Léveillée",
"license": "ISC",
"bugs": {
"url": "https://github.com/fleveillee/spibo-studio/issues"
},
"homepage": "https://github.com/fleveillee/spibo-studio#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
}
}