Files
crextractor/package-lock.json
T
2025-03-26 13:19:45 +05:00

34 lines
777 B
JSON

{
"name": "crunchys",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "crunchys",
"version": "1.0.0",
"license": "MIT",
"bin": {
"crunchys": "cli.js"
},
"devDependencies": {
"typescript": "^5.8.2"
}
},
"node_modules/typescript": {
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}