mirror of https://github.com/fantasticit/think.git
25 lines
463 B
JSON
25 lines
463 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 src/index.ts --outDir lib --skipLibCheck --declaration --lib ES6"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"yaml"
|
|
],
|
|
"dependencies": {
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
} |