@foxxie/centra
Version:
A fork of Centra to support shortcut methods in Foxxie, and with typescript support.
22 lines (21 loc) • 621 B
JSON
{
"name": "@foxxie/centra",
"version": "1.2.7",
"description": "A fork of Centra to support shortcut methods in Foxxie, and with typescript support.",
"main": "./dist/index.js",
"scripts": {
"deps": "rm -f yarn.lock && rm -r -f node_modules && yarn",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -b"
},
"keywords": [
"centra",
"foxxie"
],
"homepage": "https://github.com/Ruffpuff1/Foxxie/packages/centra",
"author": "ruffpuff",
"license": "MIT",
"devDependencies": {
"@types/node": "16.11.22"
}
}