UNPKG

dt-shape

Version:
60 lines (59 loc) 1.2 kB
{ "name": "dt-shape", "description": "Build data by using shapes", "version": "3.1.2", "license": "MIT", "author": "Peter Naydenov", "main": "./dist/dt-shape.umd.js", "type": "module", "exports": { ".": { "import": "./dist/dt-shape.esm.mjs", "require": "./dist/dt-shape.cjs", "default": "./dist/dt-shape.umd.js" }, "./package.json": "./package.json", "./dist/*": "./dist/*", "./src/*": "./src/*" }, "scripts": { "test": "mocha", "cover": "c8 npm test", "build": "rollup -c" }, "keywords": [ "dt", "structure", "data" ], "repository": { "type": "git", "url": "git+https://github.com/PeterNaydenov/dt-shape.git" }, "dependencies": { "dt-toolbox": "7.4.4" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "c8": "^10.1.3", "chai": "5.1.2", "mocha": "11.0.1", "rollup": "^4.30.0" }, "c8": { "all": true, "include": [ "src/**/*.js" ], "exclude": [ "node_modules", "test" ], "reporter": [ "lcov", "text-summary" ] } }