mirror of https://github.com/fantasticit/think.git
22 lines
397 B
JSON
22 lines
397 B
JSON
{
|
|
"name": "@think/config",
|
|
"version": "1.0.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./lib/index.js",
|
|
"require": "./lib/index.js"
|
|
}
|
|
},
|
|
"sideEffects": false,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc --declaration"
|
|
},
|
|
"files": ["lib", "src", "yaml"],
|
|
"dependencies": {
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|