cleanup, api, databuddy
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user