2020-03-21 22:59:00 +08:00
|
|
|
{
|
|
|
|
"name": "xlnt",
|
2020-03-22 03:19:37 +08:00
|
|
|
"version": "1.5.0",
|
2020-03-21 22:59:00 +08:00
|
|
|
"description": "Cross-platform user-friendly xlsx library for C++11+",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"doc": "docs",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2021-01-03 04:36:08 +08:00
|
|
|
"@release-it/bumper": "^2.0.0",
|
|
|
|
"release-it": "^14.2.2"
|
2020-03-21 22:59:00 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"release": "release-it"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tfussell/xlnt.git"
|
|
|
|
},
|
2020-03-22 02:39:22 +08:00
|
|
|
"author": "Thomas Fussell <thomas@fussell.io>",
|
2020-03-21 22:59:00 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tfussell/xlnt/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/tfussell/xlnt#readme"
|
|
|
|
}
|