You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
551 B
26 lines
551 B
{
|
|
"name": "justact",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/mjs/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && node ./script/post-build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/mjs/index.js",
|
|
"require": "./dist/cjs/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|