site
Version:
Site Engine is the world's first all-in-one engine to build a modern web site, game, or blog. No HTML or CSS knowledge required.
43 lines (42 loc) • 1.42 kB
JSON
{
"name": "site",
"version": "2.60.4",
"description": "Site Engine is the world's first all-in-one engine to build a modern web site, game, or blog. No HTML or CSS knowledge required.",
"keywords": [
"game", "app", "website", "framework", "engine",
"animation", "html5", "svg", "html", "web", "blog"
],
"author": "Zhenzhen Zhan <zhanzhenzhen@hotmail.com>",
"homepage": "https://zizisoft.com/site",
"license": "SEE LICENSE IN README.md",
"dependencies": {
"futurescript": "*",
"fus-ext": "1.14.0",
"babel-cli": "6.x",
"babel-plugin-transform-es2015-modules-commonjs": "6.x",
"babel-plugin-syntax-dynamic-import": "6.x",
"terser": "3.x",
"bluebird": "2.x",
"urijs": "1.x",
"js-bundler": "1.2.4",
"rimraf": "2.x",
"jsonld": "0.4.x",
"resolve": "1.x",
"ws": "5.x"
},
"devDependencies": {
"request": "2.x",
"http-proxy": "1.x"
},
"engines": {
"node": ">=18.0.0"
},
"bin": {
"site": "./bin/site"
},
"scripts": {
"test": "node test-target/main",
"prepack": "node -e \"if (!fs.existsSync('release-flag.txt')) {throw new Error('Release flag not found.');}\"",
"prepublishOnly": "node -e \"if (!fs.existsSync('release-flag.txt')) {throw new Error('Release flag not found.');}\""
}
}