artwork-design
Version:
artwork design master
31 lines (30 loc) • 544 B
JSON
{
"name": "artwork-design",
"version": "1.0.0",
"description": "artwork design master",
"main": "index.js",
"author": "cuicq",
"license": "MIT",
"keywords": [
"artwork",
"design",
"artwork-rn",
"react-native",
"artwork-tools"
],
"files":[
"dist",
"lib"
],
"scripts": {
"dist": "artwork-tools run compile"
},
"dependencies": {
"artwork-tools": "^1.0.0-3",
"typescript": "^2.7.2"
},
"devDependencies": {
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4"
}
}