mirror of https://github.com/fantasticit/think.git
22 lines
398 B
JSON
22 lines
398 B
JSON
{
|
|
"name": "@think/constants",
|
|
"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"],
|
|
"devDependencies": {
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|