UNPKG

made-collections

Version:
46 lines (45 loc) 957 B
{ "name": "made-collections", "version": "0.1.0-alpha.16", "main": "./index.js", "typings": "./index.d.ts", "scripts": { "build": "npm test && tsc", "dist": "copy /Y package.json dist && copy /Y README.md dist", "test": "jest --passWithNoTests --collectCoverage" }, "files": [ "*" ], "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "moduleFileExtensions": [ "ts", "js" ], "testRegex": "^.+\\.spec\\.ts$" }, "repository": { "type": "git", "url": "git+https://github.com/MADE-Apps/MADE.js.git" }, "keywords": [ "Array", "Collection", "List", "Extensions" ], "license": "MIT", "bugs": { "url": "https://github.com/MADE-Apps/MADE.js/issues" }, "homepage": "https://github.com/MADE-Apps/MADE.js#readme", "devDependencies": { "@types/jest": "^27.4.1", "jest": "^27.5.1", "ts-jest": "^27.1.4", "typescript": "^4.6.3" } }