UNPKG

@dromney/gear-gen

Version:

A set of types and pattern generators for working with front-end gears

33 lines 1.03 kB
{ "name": "@dromney/gear-gen", "version": "0.2.11", "description": "A set of types and pattern generators for working with front-end gears", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run clean && tsc && npm run copy-files", "clean": "rm -rf ./dist", "copy-files": "mkdir ./dist/styles && cp ./src/styles/** ./dist/styles && cp ./src/styles/.css.template ./dist/styles && mkdir ./dist/examples && cp ./src/examples/** ./dist/examples" }, "prepublish": "npm run build", "keywords": [ "gear", "gearpattern", "pattern", "gears" ], "author": "Dallin Romney", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/RomneyDa/gear-pattern-generator.git" }, "bugs": { "url": "https://github.com/RomneyDa/gear-pattern-generator/issues" }, "homepage": "https://github.com/RomneyDa/gear-pattern-generator#readme" }