McCarthyism/core/package.json

15 lines
233 B
JSON

{
"name": "mccarthyism-core",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^4.1.5"
}
}