Files
snappa/package.json
2020-03-28 15:03:08 -07:00

15 lines
292 B
JSON

{
"name": "snappa",
"version": "1.0.0",
"description": "It's a Gentleman's Game",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aaron Gutierrez",
"license": "ISC",
"dependencies": {
"typescript": "^3.8.3"
}
}