This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
anot
Archived
1
0
Fork 0
anot/package.json

23 lines
620 B
JSON
Raw Normal View History

2020-08-12 18:25:03 +08:00
{
"name": "@bytedo/anot",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/@bytedo/anot.git"
},
2020-08-12 18:26:27 +08:00
"version": "0.0.1",
"description": "前端迷你mvvm框架。基于**司徒正美**的`avalon2.x`版精简修改而来。",
2020-08-12 18:25:03 +08:00
"main": "dist/anot.js",
"keywords": ["javascript", "avalon", "mvvm", "virtual dom"],
"scripts": {
"start": "rollup -w -c ./rollup.config.dev.js",
"build": "rollup -c ./rollup.config.prod.js"
},
"dependencies": {},
"devDependencies": {
"@bytedo/rollup-plugin-uglify": "^1.0.0",
"iofs": "^1.3.2",
"rollup": "^2.23.1"
}
}