UNPKG

milligrami

Version:
53 lines (51 loc) 1.18 kB
{ "name": "milligrami", "version": "0.3.1", "description": "Milligram React wrapper", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest __test__", "build": "rimraf lib && tsc -p ./ && webpack --config ./config/webpack.config.js --mode production", "clean:bundle": "rimraf ./bundle", "rebundle": "npm run clean:bundle && npm run bundle", "build:all": "npm run rebuild && npm run rebundle" }, "keywords": [ "milligram", "react", "typescript" ], "author": "d10221", "license": "MIT", "peerDependencies": { "milligram": "^1.3.0" }, "devDependencies": { }, "repository": { "type": "git", "url": "git+https://github.com/D10221/milligrami.git" }, "bugs": { "url": "https://github.com/D10221/milligrami/issues" }, "homepage": "https://github.com/D10221/milligrami#readme", "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }, "files": [ "lib/**/*" ] }