mirror of
https://github.com/optilude/xlsx-template.git
synced 2026-07-02 00:17:39 +08:00
17 lines
346 B
JSON
17 lines
346 B
JSON
{
|
|
"name": "commonjs-typings-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"test:types": "tsc --noEmit",
|
|
"test": "npm i --no-save --no-package-lock && npm run test:types"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xlsx-template": "file:../../../.."
|
|
}
|
|
}
|