arsene/package.json

16 lines
253 B
JSON
Raw Normal View History

2024-04-17 08:31:12 +00:00
{
"name": "arsene",
"version": "1.0.0",
"description": "",
"author": "",
2024-04-17 08:35:02 +00:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
2024-04-17 08:31:12 +00:00
"scripts": {
"build": "tsc"
},
"license": "MIT",
"devDependencies": {
"typescript": "^5.4.5"
}
}