blob: a00e3f1b5be24e269a7f2407a6e531a794a3d2b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "mccarthyism-core",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^4.1.5"
}
}
|