UNPKG

nes-tetris-components

Version:

A set of components and front-end functionality of NES Tetris

46 lines (45 loc) 1.26 kB
{ "name": "nes-tetris-components", "version": "2.1.1", "description": "A set of components and front-end functionality of NES Tetris", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "devDependencies": { "prettier": "^2.1.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.0.5", "cpy-cli": "^3.1.1", "del-cli": "^3.0.1" }, "dependencies": { "@types/classnames": "^2.2.11", "@types/lodash": "^4.14.165", "@types/react": "^16.9.56", "classnames": "^2.2.6", "lodash": "^4.17.20", "nes-tetris-representation": "^2.0.0", "react": "^17.0.1" }, "scripts": { "prebuild": "del-cli lib", "build": "tsc", "postbuild": "cpy \"**/*\" \"!**/*.ts*\" \"../lib\" --cwd=\"src/\" --parents", "format": "prettier --write \"src/**/*.ts\"", "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", "postversion": "git push && git push --tags" }, "author": "Josh Peaker", "keywords": [ "Tetris", "NES" ], "license": "ISC" }