16 lines
253 B
JSON
16 lines
253 B
JSON
{
|
|
"name": "arsene",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"author": "",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|