UNPKG

tetris-fumen

Version:
40 lines (39 loc) 1.04 kB
{ "name": "tetris-fumen", "description": "Fumen parser for tetris", "version": "1.1.3", "author": "knewjade <knewjade@gmail.com> (https://github.com/knewjade)", "keywords": [ "tetris", "fumen" ], "license": "MIT", "homepage": "https://github.com/knewjade/tetris-fumen", "bugs": "https://github.com/knewjade/tetris-fumen/issues", "repository": "github:knewjade/tetris-fumen", "files": [ "README.md", "LICENSE", "package.json", "index.js", "index.d.ts", "lib/" ], "scripts": { "clean": "rm -rf lib/ && rm -f index.js index.d.ts", "lint": "tslint --project tsconfig.json --config tslint.json", "build": "npm run clean && tsc", "test": "jest", "test:src": "jest /src", "test:artifact": "jest /interface-tests", "publish:npm": "npm run build && npm publish" }, "devDependencies": { "@types/jest": "^27.4.1", "jest": "^27.5.1", "ts-jest": "^27.1.4", "tslint": "^6.1.3", "tslint-config-airbnb": "^5.11.2", "typescript": "^4.6.3" } }