25 lines
558 B
JSON
25 lines
558 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|