UNPKG

@jsmanifest/content-combiner

Version:

Combine content from multiple sources and transform them into one unified data structure to work with

75 lines (74 loc) 2.32 kB
{ "name": "@jsmanifest/content-combiner", "version": "1.0.9", "main": "dist/index.js", "module": "dist/index.js", "typings": "dist/types/index.d.ts", "dependencies": {}, "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-node-resolve": "^9.0.0", "@rollup/plugin-typescript": "^6.0.0", "@types/chai": "^4.2.12", "@types/mocha": "^8.0.3", "@types/sinon": "^9.0.6", "chai": "^4.2.0", "mocha": "^8.1.3", "npm-run-all": "^4.1.5", "rollup": "^2.28.2", "sinon": "^9.0.3", "ts-mocha": "^7.0.0", "ts-node": "^9.0.0", "tslib": "^2.0.1", "typescript": "^4.0.3" }, "scripts": { "prebuild": "rm -rf dist", "build": "run-p build:js build:types", "build:js": "rm -rf dist && rollup -c", "build:types": "tsc --declaration --emitDeclarationOnly --declarationDir dist/types", "start": "rollup -c -w", "test": "ts-mocha -p tsconfig.tests.json -r ts-node/register --extensions ts src/**/*.test.ts --file src/__tests__/setupTests.ts", "test:watch": "ts-mocha -p tsconfig.tests.json -r ts-node/register --extensions ts --watch --watch-files src src/**/*.test.ts --file src/__tests__/setupTests.ts", "test:file": "ts-mocha -p tsconfig.tests.json -r ts-node/register --extensions ts --watch --watch-files src --file src/__tests__/setupTests.ts -- " }, "files": [ "dist" ], "prettier": { "arrowParens": "always", "endOfLine": "lf", "printWidth": 90, "semi": false, "singleQuote": true, "tabWidth": 2, "trailingComma": "all" }, "description": "Combine content from multiple sources and transform them into one unified data structure to work with", "repository": { "type": "git", "url": "https://github.com/pfftdammitchris/content-combiner" }, "keywords": [ "Combine", "content", "from", "multiple", "sources", "into", "one", "unified", "data", "structure" ], "author": "pfftdammitchris", "license": "ISC", "bugs": { "url": "https://github.com/pfftdammitchris/content-combiner/issues" }, "homepage": "https://github.com/pfftdammitchris/content-combiner#readme" }