cash-stacks/node_modules/@dank-inc/data-buddy/package.json

25 lines
558 B
JSON
Raw Normal View History

2021-04-15 00:03:23 +00:00
{
"name": "@dank-inc/data-buddy",
"version": "0.1.3",
"author": "Elijah Lucian",
"license": "MIT",
"description": "Need a little mock api data state buddy?",
"repository": {
"type": "git",
"url": "https://github.com/dank-inc/data-buddy"
},
"files": [
"lib"
],
"main": "index.js",
"scripts": {
"lint": "tsc --noEmit",
"compile": "rm -rf lib && tsc",
"deploy": "npm run compile && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"typescript": "^4.2.4"
}
}