@typedefs/parser
Version:
The Parser For JSDoc Types.
55 lines (54 loc) • 1.32 kB
JSON
{
"name": "@typedefs/parser",
"version": "1.3.4",
"description": "The Parser For JSDoc Types.",
"main": "build/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-build": "ALAMODE_ENV=test-build yarn test",
"lint": "eslint .",
"doc": "NODE_DEBUG=doc doc -o README.md -n _typedefsParser",
"b": "alamode src -o build -s",
"d": "yarn-s d1 externs",
"d1": "typal src -c",
"externs": "typal types/externs.js -e",
"build": "yarn-s d b doc",
"e": "alanode"
},
"files": [
"build",
"src",
"types/externs.js"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/artdecocode/parser.git"
},
"keywords": [
"parser",
"typedefs",
"typedef",
"type",
"types",
"jsdoc",
"documentation"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/artdecocode/parser/issues"
},
"homepage": "https://github.com/artdecocode/parser#readme",
"devDependencies": {
"alamode": "^2.4.0",
"documentary": "^1.31.0",
"eslint-config-artdeco": "1.0.1",
"yarn-s": "1.1.0",
"zoroaster": "^4.1.1-alpha"
}
}