UNPKG

nanomcf

Version:

Module Common Functions

38 lines (37 loc) 923 B
{ "name": "nanomcf", "version": "1.0.0", "description": "Module Common Functions", "main": "dist/nanoMcf.js", "types": "dist/nanoMcf.d.ts", "files": [ "dist/" ], "scripts": { "build:types": "tsc --emitDeclarationOnly", "build:rollup": "rollup -c", "build": "npm run build:types && npm run build:rollup", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/lofcz/mcf.git" }, "keywords": [ "mcf" ], "author": "Matěj \"lofcz\" Štágl", "license": "MIT", "bugs": { "url": "https://github.com/lofcz/mcf/issues" }, "homepage": "https://github.com/lofcz/mcf#readme", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "rollup": "^4.30.1", "rollup-plugin-dts": "^6.1.1", "tslib": "^2.8.1", "typescript": "^5.7.3" } }