package.json
656 Bytes
{
"name": "digsig-services",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf ./dist",
"pretest": "tsc --noImplicitAny false -p ./spec",
"test": "jasmine .tmp/spec/index.js",
"posttest": "rm -rf .tmp"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jasmine": "^2.8.8",
"jasmine": "^3.1.0",
"pouchdb": "^6.4.3",
"pouchdb-upsert": "^2.2.0",
"typescript": "^2.9.1"
},
"peerDependencies": {
"pouchdb": "*",
"pouchdb-upsert": "*"
}
}