@tracespace/parser
Version:
Gerber and NC drill file parser
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "@tracespace/parser",
"publishConfig": {
"access": "public"
},
"version": "5.0.0-next.0",
"description": "Gerber and NC drill file parser",
"source": "src/index.ts",
"main": "cjs/index.js",
"module": "esm/index.mjs",
"types": "lib/index.d.ts",
"unpkg": "umd/parser.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tracespace/tracespace.git",
"directory": "packages/parser"
},
"scripts": {
"clean": "rimraf cjs esm lib umd"
},
"keywords": [
"gerber",
"excellon",
"pcb",
"circuit",
"hardware",
"electronics"
],
"contributors": [
"Mike Cousins <mike@cousins.io> (https://mike.cousins.io)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tracespace/tracespace/issues"
},
"homepage": "https://github.com/tracespace/tracespace#readme",
"dependencies": {
"@types/moo": "^0.5.0",
"@types/unist": "^2.0.3",
"moo": "^0.5.1"
},
"gitHead": "0d84af26a74ff870728ef7c4ef89548cbfe23045"
}