saven
Version:
31 lines (30 loc) • 580 B
JSON
{
"name": "@savenjs/saven",
"version": "1.0.1",
"description": "saven framework",
"main": "index.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"src",
"index.js",
"types",
"package.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saven/superjs.git"
},
"keywords": [
"superjs"
],
"peerDependencies": {
"nervjs": "^1.2.17"
},
"author": "O2Team",
"license": "MIT"
}