37 lines
654 B
JSON
37 lines
654 B
JSON
{
|
|
"name": "@elilee/index-file",
|
|
"version": "1.0.0",
|
|
"description": "Use index file with elilee mmap-native",
|
|
"license": "MIT",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist/",
|
|
"lib/",
|
|
"tsconfig.json"
|
|
],
|
|
"dependencies": {
|
|
"@types/fs-ext": "^2.0.3",
|
|
"@types/node": "^22.0.0",
|
|
"fs-ext": "^2.1.1",
|
|
"typescript": "^5.7.0"
|
|
},
|
|
"scripts": {
|
|
"prepare": "tsc -p tsconfig.json",
|
|
"build:ts": "tsc -p tsconfig.json"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"os": [
|
|
"linux",
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"arm64"
|
|
]
|
|
}
|