McCarthyism/core/package.json

15 lines
233 B
JSON
Raw Normal View History

2021-04-30 01:56:25 +00:00
{
2022-01-12 20:32:57 +00:00
"name": "mccarthyism-core",
2021-04-30 01:56:25 +00:00
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^4.1.5"
}
}