UNPKG

typework

Version:

Manage And Vendor JSDoc Types. Import Typedefs Into Target Projects.

54 lines (53 loc) 1.48 kB
{ "name": "typework", "version": "0.1.1", "description": "Manage And Vendor JSDoc Types. Import Typedefs Into Target Projects.", "scripts": { "t": "zoroaster -a", "test": "yarn t test/spec test/mask", "spec": "yarn t test/spec", "mask": "yarn t test/mask", "compile": "depack-dev src/bin -o compile -a -c -s -S -p", "test-build": "ALAMODE_ENV=test-build yarn test", "lint": "eslint .", "doc": "NODE_DEBUG=doc doc -o README.md", "b": "alamode src -o build -s", "d": "yarn-s d1 externs", "d1": "typal types/index.js src -c -t types/index.xml", "externs": "typal externs.js", "build": "yarn-s d b doc", "e": "alanode", "example": "typework example/config.json" }, "files": [ "compile" ], "bin": "compile/index.js", "externs": "types/externs.js", "repository": { "type": "git", "url": "git://github.com/artdecocode/typework.git" }, "keywords": [ "typework", "jsdoc", "typedef" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "bugs": { "url": "https://github.com/artdecocode/typework/issues" }, "homepage": "https://github.com/artdecocode/typework#readme", "devDependencies": { "@typedefs/goa": "^0.0.4", "@wrote/wrote": "^1.2.3", "alamode": "^2.3.4", "documentary": "^1.27.7", "eslint-config-artdeco": "1.0.1", "resolve-dependency": "^1.0.3", "restream": "^3.7.1", "yarn-s": "1.1.0", "zoroaster": "^4.1.1-alpha" } }