doctagged
Version:
Functional Javascript Documentation Tagged Literal Library
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "doctagged",
"version": "0.1.0",
"description": "Functional Javascript Documentation Tagged Literal Library",
"browser": "dist/doctagged.js",
"main": "dist/doctagged.js",
"module": "src",
"scripts": {
"build": "webpack --mode production",
"test": "jest --collectCoverage",
"prettier": "prettier --write \"src/**/*{.js,.json}\"",
"prepublishOnly": "npm ci && npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rubixibuc/doctagged.git"
},
"keywords": [
"Functional",
"Javascript",
"Documentation",
"Tagged",
"Literal",
"Library"
],
"author": "rubixibuc",
"license": "ISC",
"bugs": {
"url": "https://github.com/rubixibuc/doctagged/issues"
},
"homepage": "https://github.com/rubixibuc/doctagged#readme",
"devDependencies": {
"@babel/preset-env": "^7.7.7",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^1.7.2"
},
"files": [
"dist",
"src"
]
}