UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@newswire/doc-to-archieml",
3 "version": "1.0.0",
4 "description": "Convert an ArchieML-formatted Google Doc directly into usable data using the Google Docs API.",
5 "main": "index.js",
6 "types": "types.d.ts",
7 "files": [
8 "index.js",
9 "types.d.ts"
10 ],
11 "scripts": {
12 "docs": "doctoc README.md --github",
13 "git-pre-commit": "precise-commits",
14 "prerelease": "yarn test",
15 "release": "git push && git push --tags && yarn publish",
16 "test": "mocha --timeout 5000 tests/test.js"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/rdmurphy/doc-to-archieml.git"
21 },
22 "keywords": [
23 "googleapis",
24 "archieml",
25 "templating",
26 "googledocs"
27 ],
28 "author": "Ryan Murphy",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/rdmurphy/doc-to-archieml/issues"
32 },
33 "homepage": "https://github.com/rdmurphy/doc-to-archieml#readme",
34 "dependencies": {
35 "archieml": "^0.4.2",
36 "googleapis": "^39.2.0"
37 },
38 "devDependencies": {
39 "@newswire/prettier-config": "^1.0.0",
40 "@zeit/git-hooks": "^0.1.4",
41 "doctoc": "^1.4.0",
42 "mocha": "^6.1.4",
43 "precise-commits": "^1.0.2",
44 "prettier": "^1.17.1"
45 },
46 "prettier": "@newswire/prettier-config"
47}